Android image recognition
Hello everyone i am new this forum .i have one question.i would like to create app witch can to recognition image(not face) i try to explain tittle about my app.for example,if camera is a start and camera 'll see specific image then i want to show popap message(simple hello message) i have not experience OpenCV in android and i do not know how i can to recognition specific image if anyone knows solution please help me thanks
please try to be a bit more specific, about what you''re trying to detect. (as different problems require a different approach)
also there's a difference between detection (cat ? yes or no) and recognition (which of many?) .
i try to explain what i want.for example,in project's resource folder i have some image and if camera 'll see my image then i want to show hello message,else nothink
Do you mean a specific object (e.g., your bike only) or a class of objects (any bike)?
One place to start is the tutorials section of the documentation; http://docs.opencv.org/doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.html#feature-flann-matcher
http://docs.opencv.org/doc/tutorials/objdetect/table_of_content_objdetect/table_of_content_objdetect.html#table-of-content-objdetect
And many others...
unfornutelly i have not experienca c/c++ programming. i am java developer
i mean my own picture,for example dog.jpg etc i have little experience c/c++ programing but i am java programmer 2 years.it is a possible to solve my program in java programming langueage (android) ?
Many of the examples are in C/C++, so take a look at them in the /examples directory of the download and look at the Flann-matcher link above as a starting point.
i do not have experience C/C++ programming . it is a possible to solve this issue in java ?