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?
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.
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.
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
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.
I found this post in a forum where people try almost the same thing: http://nuigroup.com/forums/viewthread/3531/#44302