This is a demo App that already includes the plugin.
You can find the plugin here.
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.
$ cordova platform add android
$ cordova run android
$ 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.