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 u
JavaCV is Java wrapper of OpenCV : https://github.com/bytedeco/javacv Here is good tutorial on eclipse project configuration for JavaCV
And few applications using JavaCV is also posted there.