Closed GoogleCodeExporter closed 8 years ago
Unfortunately, I do not have any plans at the moment to support the "new C++
API". See here for an explanation:
http://code.google.com/p/javacv/wiki/WhereIsFeatureXOfOpenCV
If you wish to make a contribution though, you are welcome to do it :)
Original comment by samuel.a...@gmail.com
on 25 Oct 2011 at 3:14
I would like to but I struggle a lot as the documentation of JavaCV is, well,
non-existing?! Or I haven't found it yet.
What's the best place to ask and discuss questions related to my efforts?
For example, I'm currently wondering why CascadeClassifier.detectMultiScale
requires the second
argument to be a CvRect instead of a vector or CvSeq (or similar)?
Thanks very much for the great work btw - I've played around with several code
bases
available on the web for using OpenCV with the integrated camera of my tablet
and yours works by far best :)
Original comment by andyknow...@googlemail.com
on 25 Oct 2011 at 8:43
Not much documentation no, but if you are looking into using OpenCV functions,
simply refer to the OpenCV documentation. It's the same API, more or less.
You should ask questions on the mailing list, if possible, thank you.
JavaCV maps std::vector arguments to more simple Pointer/native arrays objects,
allocated on return, that's all.
Original comment by samuel.a...@gmail.com
on 25 Oct 2011 at 1:10
Original issue reported on code.google.com by
andyknow...@googlemail.com
on 24 Oct 2011 at 8:14