Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cvCornerFast not available? #34

Closed
GoogleCodeExporter opened this issue Dec 5, 2015 · 5 comments
Closed

cvCornerFast not available? #34

GoogleCodeExporter opened this issue Dec 5, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Would like to use cvCornerFast(IGray, inFASTThreshhold, inNpixels, 
inNonMaxSuppression, &numCorners, & corners) in javacv but the function is not 
available?...
2. Can't find the function

What is the expected output? What do you see instead?
 - No errors in eclipse, how ever there is compilation problems

What version of the product are you using? On what operating system?
- The latest javacv running on windows 7, 64 bit (not that it should make that 
big of a difference)

Please provide any additional information below.

Thanks in advance!

Original issue reported on code.google.com by phew...@gmail.com on 29 Oct 2010 at 7:36

@GoogleCodeExporter
Copy link
Author

cvCornerFast() is not a function of OpenCV or of any of the other libraries 
supported by JavaCV. If you want to use an external library not supported by 
JavaCV, I suggest you use JNA https://jna.dev.java.net/ to easily call it from 
Java.

Original comment by samuel.a...@gmail.com on 29 Oct 2010 at 10:09

  • Changed state: Invalid

@GoogleCodeExporter
Copy link
Author

Perhaps I've misunderstood it then. But, it looks like it on:

"2009-08-31 FAST is now officially in OpenCV" on 
http://mi.eng.cam.ac.uk/~er258/work/fast.html

Do you know how I can make it work in my javacv project?

Original comment by phew...@gmail.com on 29 Oct 2010 at 10:59

@GoogleCodeExporter
Copy link
Author

As far as I can see, they decided to implement it as a C++ class FAST declared 
in cvaux.hpp. Since this is C++, it is not part of JavaCV, details in this wiki 
entry:
http://code.google.com/p/javacv/wiki/WhereIsFeatureXOfOpenCV

Original comment by samuel.a...@gmail.com on 29 Oct 2010 at 11:06

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Sorry for the previous post. Should have realized. I'm curious though, u think 
that I can use a wrapper around the C implementation provided on the same page?

Original comment by phew...@gmail.com on 29 Oct 2010 at 11:11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant