搜索资源列表
handdetection
- 通过单目摄像头实现手势跟踪并且可以识别四种手势实现智能控制,需要OPENCV0.97以上版本。-Achieved by single camera head and hand tracking can identify four gesture intelligent control, you need to OPENCV0.97 above.
headtrackercode
- 人头部目标跟踪,MIT一个学者写的,但是里面的工程文件被delete了,下载的自己建立一个新的工程,把文件加上就可以用。-Head target tracking, MIT written by a scholar, but there was delete the project file, the download of their own to create a new project, the document can be used to add on.
facetrack
- 人脸跟踪的程序,程序有一个三维人头,可以直观了解识别的效果-Face tracking program, the program has a three-dimensional head, you can visualize the effect of recognition
pca
- 自动人脸识别系统具有如图所示的一半框架并完成相应功能的任务。 (1)人脸图像的获取:一般来说,图像的获取都是通过摄像头摄取,氮摄取的图像可以是真人,也可以是人脸的图片或者为了相对简单,可以不考虑通过摄像头来摄取头像,而是直接给定要识别的图像。 (2)人脸的检测:人脸检测的任务是判断静态图像中是否存在人脸。若存在人脸,给出其在图像中的坐标位置,人脸区域大小等信息。而人脸跟踪需要进一步输出所检测到的人脸位置,大小等状态随时间的连续变化情况。 (3)特征提取通过人脸特征点的检测与标定可以确