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

Does JavaCV have a machine learning algorihtm? #9

Closed
GoogleCodeExporter opened this issue Feb 3, 2016 · 2 comments
Closed

Does JavaCV have a machine learning algorihtm? #9

GoogleCodeExporter opened this issue Feb 3, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: WontFix

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Fixed
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

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