Skip to content

xGeorge/ImageDetectionDemoApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Detection Cordova Plugin Demo

This is a demo App that already includes the plugin.

You can find the plugin here.

Running

Add the desired platform and run it.

Before running the commands bellow go into plugins/com.cloudoki.imagedetectionplugin/src/ios/ and extract the opencv2.framework.zip since it's too big for Github.

Android

$ cordova platform add android
$ cordova run android

iOS

$ cordova platform add ios
$ cordova run ios

Point the camera to one of the following targets images or any other that might contain the target:

An alert saying the target's name should apper when the target is detected.

screenshot

About

A demo Cordova app for the ImageDetectionCordovaPlugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 56.1%
  • Objective-C++ 33.0%
  • JavaScript 5.3%
  • CSS 2.5%
  • HTML 1.7%
  • Objective-C 1.4%