Closed GoogleCodeExporter closed 8 years ago
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
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
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
[deleted comment]
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
Original issue reported on code.google.com by
phew...@gmail.com
on 29 Oct 2010 at 7:36