GithubHelp home page GithubHelp logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
Hello cklwayne,

Thank you for your comment, but I am not able to reproduce the problem on my 
system (Mac OS X 10.7 Lion / Ubuntu 10.10 maverick / Windows 7 (all 64 
bits))... so I need more information.
1) Are you using the binaries (which version)? or svn (which revision "svn 
info")?
2) On which operating system are you testing? and is 32 or 64 bits?
3) Is another detector/descriptor type work ? Are you using both detector 
"surf" and descriptor "surf"?
4) Can you see images from the camera?
5) Can you copy/paste the settings found in the ".find_object/find_object.ini" 
file to this issue. (See the "Uninstall" section on the project's main page to 
know where is this file, it is in your Documents on Windows or your Home on 
Mac/Linux).

Here some information about your errors. The error "printf("ERROR : kpt=%lu != 
descriptors=%d\n", keypoints.size(), descriptors.rows);" is shown only when the 
resulting keypoints vector and the descriptors matrix rows have not the same 
size, which is never supposed to happen unless there is a problem with the 
OpenCV extractor implementations (extractor->compute(...)). 
a- If you are using the binaries, it may be a problem with the OpenCV's dlls 
provided (so I need the information above to test it). For example, it may be a 
problem between 32 and 64 bits.
b- If your are using the code from source (svn), make sure your OpenCV 
installed version is >= 2.3.1 (which is the OpenCV version I am testing with). 

If you don't have the latest version 0.2.0 or revision -r58, you could also try 
to download/update to latest version.

Best,
Mathieu

Original comment by [email protected] on 4 Jan 2012 at 4:18

from find-object.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
Fixed a crash in Windows (r67) with lines after the code sniplet shown in this 
issue. This fix is in version 0.2.1. Let me know if this issue persists.

Original comment by [email protected] on 5 Jan 2012 at 12:52

from find-object.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
Cleanup : assuming it is fixed by r67. Feel free to reopen if this problem is 
still here, providing informations of Comment 1.

Original comment by [email protected] on 27 Feb 2012 at 6:28

  • Changed state: Fixed

from find-object.

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.