Closed GoogleCodeExporter closed 9 years ago
Thanks for the samples! Although for SURF I had already done something named
ObjectFinder:
http://code.google.com/p/javacv/source/browse/trunk/javacv/src/com/googlecode/ja
vacv/ObjectFinder.java
In any case, I'm thinking to start adding samples like those that people send
me in a separate samples folder in future releases..
Original comment by samuel.a...@gmail.com
on 29 Jan 2011 at 12:49
Latest version includes some samples, but given that JavaCV already comes with
a working ObjectFinder, I will leave this incomplete sample out of them.
Original comment by samuel.a...@gmail.com
on 19 Feb 2011 at 3:54
Can you please explain whether this code example can use with new javacv
package because when I try to execute it throws compile errors regarding the
symbol can not find errors
for example
CvSeq imageKeypoints = new CvSeq();
CvSeq imageDescriptors = new CvSeq();
CvSURFParams params = cvSURFParams(500, 1);
cvExtractSURF(image, null, imageKeypoints.pointerByReference(),imageDescriptors.pointerByReference(), storage,params.byValue(), 0);
In this code line I can't get the pointerByReference(), .byValue() methods,
could you please explain me the reason for that.
can you please explain what is the reason for that ?
Original comment by lbnnir...@gmail.com
on 20 Jun 2012 at 12:45
I'm using opencv_2.4.2 and javaCV_0.2 but the SurfExample.java file is not
working. though I'm a newbie with javaCV here! Any help would be appreciated.
Original comment by ase...@gmail.com
on 7 Mar 2013 at 6:57
hello I have the same problem with the same mistakes, I am also newbie it seems
SurfExample.java file is incomplete .. I need help .. could someone help me
make it work?
Original comment by elpitbu...@gmail.com
on 1 Jul 2013 at 5:07
Please refer to ObjectFinder.java instead:
http://code.google.com/p/javacv/source/browse/src/main/java/com/googlecode/javac
v/ObjectFinder.java
Original comment by samuel.a...@gmail.com
on 15 Jul 2013 at 1:36
I am using the code of objectFinder.java at link provided in above comment. But
the Following line is giving me error(in class settings). I am using the latest
version of opencv, i.e 2.4.8 and also the latest version of javacv, i.e. 0.7.
CvSURFParams parameters=cvSURFParams(500,1);
Original comment by mehul18...@gmail.com
on 27 Jan 2014 at 4:31
Original issue reported on code.google.com by
burge...@gmail.com
on 21 Jan 2011 at 9:21Attachments: