Android image recognition

asked 2014-04-02 03:11:30 -0600

updated 2014-04-02 03:26:27 -0600

berak gravatar image

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

edit retag flag offensive close merge delete

Comments

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?) .

berak gravatar imageberak ( 2014-04-02 03:25:56 -0600 )edit

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

Bekakukhalashvili gravatar imageBekakukhalashvili ( 2014-04-02 04:15:39 -0600 )edit
1

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...

Will Stewart gravatar imageWill Stewart ( 2014-04-02 05:15:22 -0600 )edit

unfornutelly i have not experienca c/c++ programming. i am java developer

Bekakukhalashvili gravatar imageBekakukhalashvili ( 2014-04-02 05:49:04 -0600 )edit

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) ?

Bekakukhalashvili gravatar imageBekakukhalashvili ( 2014-04-02 07:20:25 -0600 )edit

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.

Will Stewart gravatar imageWill Stewart ( 2014-04-02 13:19:52 -0600 )edit

i do not have experience C/C++ programming . it is a possible to solve this issue in java ?

Bekakukhalashvili gravatar imageBekakukhalashvili ( 2014-04-03 02:27:11 -0600 )edit