tags:

views:

1610

answers:

3

I am looking for OpenCV java bindings, all the references point to the processing library. I know processing is java but isn't there a standalone java lib? or should just use processing libs?

+2  A: 

I found this forum post where people are attempting pretty much the same thing: http://nuigroup.com/forums/viewthread/3531/#44302

Carl Smotricz
+2  A: 

I have just found this, a java wrapper of OpenCV : http://code.google.com/p/javacv/

Not tested, but I would love to have your point of view about this.

Cyrille
+1  A: 

javacv looks pretty good, works with my webcam and images in a custom format. I'm just still looking for a possibility to performant create an IplImage from an array of floats.