Welcome![Sign In][Sign Up]
Location:
Search - facedetection

Search list

[Special EffectsfaceDetection

Description: humanface detection,the programme can be used to detect human faces from the complex background!-humanface detection, the program can be used to detect human faces f rom the complex background!
Platform: | Size: 849 | Author: zhangwei | Hits:

[Special Effectsamin-facedetection

Description: 人脸检测系统,用YCbCr色彩空间,进行了光照补偿,最后用眼睛和嘴巴的轮廓对候选区域进行精确定位。-face detection system using YCbCr color space, the light compensation. Finally, the eyes and mouth of the candidate profile regional accurate positioning.
Platform: | Size: 68090 | Author: 罗敏 | Hits:

[GDI-BitmapFaceDetection

Description: 进行人脸检测的代码,主要可以实现人脸特征及肤色检测-for face detection code can be achieved major facial features and skin detection
Platform: | Size: 958314 | Author: 萧枫 | Hits:

[Graph RecognizeFaceDetection

Description: aceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测 操作,需要强调的是人脸区域检测、眼睛的检测与定位、人嘴的检测与定位、人脸的勾勒四个处理 模块必须按照先后顺序进行,而且各个模块内的各项操作也必须按照菜单栏从上至下的顺序来进行。 另外,由于在人脸检测时用到了先验知识,所以目前只能对给定的图片face.bmp进行处理。-aceDetection running, First to file "opened face.bmp included in the photo, and can only proceed after face detection operation, needs to be emphasized is the human face detection, eye detection and location, human mouth of the detection and location, Face to outline four processing module must be in accordance with the chronological order, Besides, the various modules must also operate in accordance with the menu bar from top to bottom to the order. In addition, As the face detection is used when a priori knowledge, So the only right given to the Photo face.bmp to handle.
Platform: | Size: 2862383 | Author: 张素兰 | Hits:

[Special EffectsFaceDetection

Description: “visual c++ 实践与提高”一书中的人脸检测源码,很详细,值得参考
Platform: | Size: 831098 | Author: 泫泉 | Hits:

[Graph Recognizefacedetection

Description: 使用MFC和OpenCV,实现对摄像头中实时视频的人脸的实时检测,或是直接加载图片进行人脸检测-Using MFC and OpenCV, to achievereal-time face detection in real-time camera video , or load the pictures to directly detect face
Platform: | Size: 6332416 | Author: 于敬 | Hits:

[matlabGabor

Description: 人脸检测的程序,效果不错!内附用法说明,调用一张图片,将现实出人脸的边缘。-code for facedetection,the performance is nice! usage: I=double(imread c:\Data\girl1.jpg )) detect_face(I) The function will display the bounding box if a face is found.
Platform: | Size: 17408 | Author: 王阳丽 | Hits:

[Graph RecognizeFaceDetection

Description: 这个是我在别人的基础上修改之后的人脸识别程序,做的不是太好,大家拿去可以参考!-This is my revised on the basis of others after the recognition process, do not too good, we take it for reference!
Platform: | Size: 11859968 | Author: 王中华 | Hits:

[Special EffectsFaceDetection

Description: 图像人脸识别:java结合OPENCV实现人脸头像定位。-Image Recognition: java implementation OPENCV face with head positioning.
Platform: | Size: 2540544 | Author: 易鑫 | Hits:

[AI-NN-PRfaceDetection

Description: 神经网络,BOOSTING算法,人脸识别-Neural network, BOOSTING algorithm, face recognition
Platform: | Size: 5509120 | Author: 黄坤鑫 | Hits:

[Graph RecognizeFaceDetection

Description: C++编写的人脸识别,识别人脸的位置及识别人物。-Facedetection,detect the person and his face.
Platform: | Size: 1170432 | Author: CherryLan | Hits:

[OpenCVopencv-facedetection-code

Description: 基于opencv的人脸识别程序-代码详解,详细讲述了opencv中关于人脸检测的各部分的内容,对于人脸检测很有益处-Opencv face recognition program- the code explain, describe in detail the various parts of the content in opencv face detection, face detection useful
Platform: | Size: 132096 | Author: 王涛 | Hits:

[Special EffectsFaceDetection

Description: 在Visual C++环境下开发的人脸检测程序,附有一张图片,是一本参考书上的程序,可用。-Based on Visual C++,the FaceDetection programe is good for useing,as well as a testing image
Platform: | Size: 1594368 | Author: 李轲 | Hits:

[OpenCVFaceDetection

Description: FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-Is a static face detection program FaceDetection Note FaceDetection need OpenCV library support, first to a related Web site to download and install the OpenCV In addition, the program needs to import a classifier file haarcascade_frontalface_alt.xml the files in OpenCV readers to copy the file to the program the same directory, the program can run correctly.
Platform: | Size: 1669120 | Author: wang | Hits:

[OpenCVFaceDetection

Description: FaceDetection 人脸检测的Opencv源代码 基于opencv242-FaceDetection face detection Opencv source code based opencv242
Platform: | Size: 1024 | Author: 懒羊羊 | Hits:

[source in ebookFaceDetection

Description: 《Visual C++实践与提高—数字图像处理与工程应用篇》第13章人脸检测源码。FaceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测 操作,需要强调的是人脸区域检测、眼睛的检测与定位、人嘴的检测与定位、人脸的勾勒四个处理 模块必须按照先后顺序进行,而且各个模块内的各项操作也必须按照菜单栏从上至下的顺序来进行。 另外,由于在人脸检测时用到了先验知识,所以目前只能对给定的图片face.bmp进行处理。-" Visual C++ practice and improve- digital image processing and engineering applications chapter," Chapter 13 face detection source. The time engineering FaceDetection run, we must first file " open ' picture face.bmp, face detection can only proceed after the operation, needs to be emphasized is the face region detection, the detection and location of the detection and location of the eyes, the mouth, face sketched four processing modules must be conducted on a first-come-first-served, and the operation of each module must be in accordance with the order of the menu bar from top to bottom to. addition, because a priori knowledge is used in face detection, currently only given picture face.bmp processing.
Platform: | Size: 4002816 | Author: 马蕾 | Hits:

[Special Effectsfacedetection

Description: 用MATLAB调用opencv的人脸检测器,已打包好,无需opencv,facedetection.m为示例程序-Call opencv face detection using MATLAB, a packaged good, no opencv, facedetection.m for sample program
Platform: | Size: 6930432 | Author: yixiao | Hits:

[AlgorithmFaceDetection-775_code-source-visual-cPP-opencv.z

Description: FaceDetection-775_code source visual c++ opencv
Platform: | Size: 15913984 | Author: abdou | Hits:

[Graph Recognizefacedetection

Description: 实现基于opencv的人脸检测, 附带两个训练好的分类器(face detection based on Opencv , with2 good training classifiers.)
Platform: | Size: 53248 | Author: hsl20130659 | Hits:

[Otherjquery.facedetection

Description: This is a face detection software.
Platform: | Size: 138240 | Author: henreal | Hits:
« 1 2 3 45 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net