OpenCV for ANDROID image compare
I want to develop app which will recognize object(like monument or something) present in front of camera using OpenCv and then it will show information about it. So the question is how to recognize object (like monument or something) shape or compare to images with OpenCV ? And what is the best method for doing this? It would be good if there was some kind of samples or tutorials for object detection and comparison. Thank you. Rui Marques The best method for what you ask is using local features detectors like OpenCV's SIFT, SURF and ORB, for example. You need at least one picture from the