Java OpenCV Bindings

java, opencv

Solution

I have just found this, a java wrapper of OpenCV : https://github.com/bytedeco/javacv

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

Problem

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?

Original source