javaimage-processingopencvjavacv

How to use Java OpenCV


I am starting my final year project using image processing and was hoping to accomplish something like this. It's a combination of Human and Object detection.

I really wanted to do it in Java because I have very little experience in C++.

I found JavaCV which is a wrapper to OpenCV. However, it has very little support and virtually no documentation. So I was going to fall back and try to start using the native OpenCV when I stumbled across this JavaDoc on the OpenCV homepage for Java OpenCV.

My question is, how do I install / use this Java version of OpenCV? Has anybody had experience doing this? Does anybody have a better suggestion as to how I should approach this project?

Any advice would be appreciated as this has been hanging over me for a while now.


Solution

  • You can find instructions to install and use Javacv in link below. http://opencvlover.blogspot.in/2012/04/javacv-setup-with-eclipse-on-windows-7.html

    You will be able to use java to use all the algorithms available in opencv using javacv.