You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does JavaCV have a machine learning algorithm like OpenCV??
If so, can you post some samples??
I need it for my image classification alogrihtm. Thanks:D
Original issue reported on code.google.com by cmiazuc...@gmail.com on 11 Jul 2010 at 10:24
The text was updated successfully, but these errors were encountered:
Unfortunately, no, because the ml library does not contain a C interface, only
C++... C++ does not interact well with other languages. Someone would need to
write a C wrapper, patch OpenCV accordingly, and produce a JNA interface for
JavaCV. I would have no problem with the later, but the developers of OpenCV
appear very reluctant about the former... This issue will be "fixed" when the
OpenCV developers change their mind :) In my opinion, they will eventually
realize that they should have a C interface for Python as well, and at that
time, I plan to update JavaCV.
Samuel
Original comment by samuel.a...@gmail.com on 16 Jul 2010 at 2:53
Original issue reported on code.google.com by
cmiazuc...@gmail.com
on 11 Jul 2010 at 10:24The text was updated successfully, but these errors were encountered: