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.