jishipp / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Finding object from scene #414

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am newbie to javacv as well as java. I Want to write the same code  in java 
which is given at following link in c++, 

http://docs.opencv.org/doc/tutorials/features2d/feature_homography/feature_homog
raphy.html

In short, I just want to find small object Image in large Image by using 
feature extraction. Can you provide me some help?.

Original issue reported on code.google.com by mehul18...@gmail.com on 27 Jan 2014 at 4:36

GoogleCodeExporter commented 9 years ago
We can find an example of that in ObjectFinder.java:
http://code.google.com/p/javacv/source/browse/src/main/java/com/googlecode/javac
v/ObjectFinder.java
Please ask your questions on the mailing list next time, if possible, thank you.

Original comment by samuel.a...@gmail.com on 28 Jan 2014 at 8:41