搜索资源列表
RealtimeHumanFaceDetectionAlgorithmDemo
- 算法特点: 1)可检测正面正负15度人脸; 2)支持多人脸检测; 3)经过优化后对尺寸为320×240的视频图像检测速度达15帧/秒; 4)支持灰度图像人脸检测、低照度视频图像人脸检测。 测试条件:要求计算机安装USB CMOS视频摄像头及驱动程序。 运行要求:可执行程序exe与配置文件FPD.ini在同一个目录下。
detectFace
- 人脸检测源码,可以从一幅照片上检测出人脸的位置并进行处理;-Human face detection source code, can be detected on a photograph of the location of people face and deal with
HumanFaceDetectingBasedonSkinColorandFacialFeature
- 针对人脸检测问题中快速性与准确性难以同时满足的情况,提出了一种将肤色和脸部特征相结 合的方法来检测人脸。由于通过基于肤色的算法能快速定位出人脸大致位置,因而检测速度能达 到实时的要求;同时利用脸部特征进一步细检,可保证检测的精确性。-Abstract:This paper proposes a human face detection algorithm based on skin color and facial features to meet the demand for fa
53607890facedetection
- 人脸检测的研究具有重要的学术价值,人脸是一类具有相当复杂的细节变化的自然结构目标,对此类目标的挑战性在于:人脸由于外貌、表情、肤色等不同,具有模式的可变性;一般意义下的人脸上,可能存在眼镜、胡须等附属物;作为三维物体的人脸影像不可避免地受由光照产生的阴影的影响。因此,如果能够找到解决这些问题的方法,成功地构造出人脸检测系统,将为解决其他类似的复杂模式的检测问题提供重要的启示。-Face detection can be regarded as a specific case of object-
FaceDetection
- 人脸检测中,光线补偿;人脸区域检测,其中包括皮肤颜色建模,区域膨胀,腐蚀和去除非脸区域等。还有人眼和人嘴的检测定位及勾画人脸。-Face detection, the light compensation detected face region, including skin color modeling, regional expansion, corrosion, and to go unless the face region and so on. It was also eye an
Complex-environments-face-detection
- 提出了一种针对复杂环境下的过人脸检测方法,首先在CbCgCr空间利用直接最小二乘法构建了对光照和复杂背景鲁棒性更好肤色聚类模型,实现了准确的肤色检测;然后针对人脸中姿态和表情变化,提出了基于Adaboost的多姿态人脸检测,精确的实现了人脸检测定位。-Extraordinary face detection method for complex environments, the first space CbCgCr direct least squares meth
ImgProView
- 对简单背景下和单脸的图片进行人脸检测;算法为欧式距离;计算出原图像与模板间的欧式距离;去最小的欧氏距离即为人脸-Face detection in simple background and single face image algorithm for Euclidean distance calculate the Euclidean distance between the original image and the template the minimum Euclidean d
Face_match_compareDemo_Cplus
- 使用步骤: 将app_id和app_key填入到config.ini中,运行EyeKeyTest.exe程序将可执行;(Face detection Demo instructions: Development environment: Windows Development language: C++ Development tools: VS2008 SP1)