Reputation: 4431
I've been searching about this topic but i don't seem to find anything concrete on how to use image recognition on android. The app that i'm working on has a feature where it must extract circles of different sizes in an image with squares and triangles. I read that OpenCV is not completely suitable for Android. Is there any api that should know about? Some good links on the topic will be much appreciated. Thanks in advance.
Upvotes: 0
Views: 810
Reputation: 18379
This page here has some sample Java code using the Hough Transform to find circles. Good luck!
Upvotes: 1