开发者

face detection through webcam using java in ubuntu linux

开发者 https://www.devze.com 2022-12-24 19:02 出处:网络
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 met

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号