face detection through webcam using java in ubuntu linux
I am working on a project which requires face detection through webcam.Suggest me any libraries that I can use to do this.i found one named openCV but it is for windows only.plz suggest some other methods also.Thank you.开发者_StackOverflow
OpenCV is almost a standard in computer vision. It works on both unix like and windows platforms - http://opencv.willowgarage.com/wiki/. Follow the installation manual and the basic tutorials to get started.
There is a processing library that calls OpenCV functions. That way you could use the OpenCV functionality without going down to c++ yourself. You can use the processing library with java without using the whole processing stuff.
精彩评论