OpenCV and Java

This is adapted from: http://dinesh-malav.blogspot.com/2015/05/image-processing-using-opencv-on-hadoop.html Installed OpenCV with Java development support following instructions at: http://docs.opencv.org/doc/tutorials/introduction/desktop_java/java_dev_intro.html Created following 3 files. Compiled the files with command: ant -DocvJarDir=/home/ninad/opencv/bin -DocvLibDir=/home/ninad/opencv/lib jar build.xml DetectFaces.java Main.java

Continue reading