CyrexEnterprise / ImageDetectionCordovaPlugin

Image detection cordova plugin
MIT License
102 stars 43 forks source link

Calling other OpenCV functions? #16

Closed tmorone-hookbang closed 7 years ago

tmorone-hookbang commented 7 years ago

Not a bug, just wondering if you could comment on how easy it would be to extend the plugin to call other OpenCV functions (like canny). Newbie to cordova plugins. Does the included opencv native library include all functions? Thanks.

a31859 commented 7 years ago

@tmorone-hookbang I think it would be fairly easy to add that functionality but this depends on what you need to do. You can look at the greet function in this plugin for a simple example (it's similar to the echo example provided by Cordova). Regarding the functions yes I think the libraries have the majority of functions if not all.