jloyd / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Does JavaCV have a machine learning algorihtm? #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Actually, the latest version of JavaCV does have an interface for opencv_ml. 
Changing to fixed

Original comment by samuel.a...@gmail.com on 12 Jun 2011 at 2:42