Git Product home page Git Product logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
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 [email protected] on 29 Jan 2011 at 12:49

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from javacv.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
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 [email protected] on 19 Feb 2011 at 3:54

  • Changed state: WontFix

from javacv.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
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 [email protected] on 20 Jun 2012 at 12:45

from javacv.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
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 [email protected] on 7 Mar 2013 at 6:57

from javacv.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
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 [email protected] on 1 Jul 2013 at 5:07

from javacv.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
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 [email protected] on 15 Jul 2013 at 1:36

from javacv.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024

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 [email protected] on 27 Jan 2014 at 4:31

from javacv.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Where can I find the OpenCV implementation for SURF?

Original comment by [email protected] on 7 Jun 2015 at 8:57

from javacv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.