android - App of image detection in xamarin -


i want make app of image recognition , need of start. need explain me these few things

  1. wich offline libraries best use xamarin image processing

  2. in case more performance needed, best libraries image processing ios , android work them separately.

it not matter if library in c or c++ want documentation follow

my idea of best is. documented. easy implement on platforms xamarin or individually

the main functions looking object recognition in image not @ runtime camera

also want add if there document of fundamentals of image procesing , edge detection.

thanks

depends on want - image detection big topic.

a couple of places start are:

microsoft cognitive services https://blog.xamarin.com/performing-ocr-for-ios-android-and-windows-with-microsoft-cognitive-services/

this on-line service , can ocr, facial recognition, describing in image.

opencv

this featured computer vision library available in c++ ios , android wrappers can bind use form xamarin.

http://opencv.org


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -