OpenCV Java Bindings

I'm looking for Java OpenCV bindings, all links point to a processing library. I know java processing, but there is no separate java lib? or just need to use processing libraries?

+22
java opencv
Jan 10
source share
5 answers

I just found this, OpenCV Java Shell: https://github.com/bytedeco/javacv

Not tested, but I would like your point of view to be about this.

+21
Feb 01 '10 at 11:03
source share

JavaCV is the OpenCV Java shell: https://github.com/bytedeco/javacv Here is a good tutorial on setting up an eclipse project for JavaCV

And several applications using JavaCV are also hosted there.

+11
Feb 14 '12 at 11:26
source share

OpenCV now has an official Java desktop. It still remains incomplete, and you should compile opencv, but you should definitely take a look, as it will be very friendly than JavaCV.

Take a look at these links for information:

http://answers.opencv.org/question/2137/wrapping-opencv-with-desktop-java-building-for-64/

And this:

http://code.opencv.org/projects/opencv/repository/revisions/fe0d07ae53ba9e6dcd1e470165ed0a85cbfce006

UPDATE (Fev 2013):

Java bindings released

+7
Sep 30 '12 at 19:55
source share

javacv looks good, it works with my webcam and images in the usual format. I'm just still looking for opportunities to accomplish creating an IplImage from an array of floats.

+4
Apr 20 '10 at 16:27
source share

I found this post in a forum where people try almost the same thing: http://nuigroup.com/forums/viewthread/3531/#44302

+3
Jan 10 '10 at 16:22
source share



All Articles