Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

A demo Cordova app for the ImageDetectionCordovaPlugin

Notifications You must be signed in to change notification settings

a31859/ImageDetectionDemoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Detection Cordova Plugin Demo

No Maintenance Intended

This demo was done to show an example on the usage of the ImageDetectionCordovaPlugin. The code shown can serve has a guide but this project won't receive any updates in the future.


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