搜索资源列表

  1. faceDetection

    0下载:
  2. 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!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:849
    • 提供者:zhangwei
  1. amin-facedetection

    2下载:
  2. 人脸检测系统,用YCbCr色彩空间,进行了光照补偿,最后用眼睛和嘴巴的轮廓对候选区域进行精确定位。-face detection system using YCbCr color space, the light compensation. Finally, the eyes and mouth of the candidate profile regional accurate positioning.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:68090
    • 提供者:罗敏
  1. FaceDetection

    0下载:
  2. 进行人脸检测的代码,主要可以实现人脸特征及肤色检测-for face detection code can be achieved major facial features and skin detection
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:958314
    • 提供者:萧枫
  1. FaceDetection

    0下载:
  2. aceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测 操作,需要强调的是人脸区域检测、眼睛的检测与定位、人嘴的检测与定位、人脸的勾勒四个处理 模块必须按照先后顺序进行,而且各个模块内的各项操作也必须按照菜单栏从上至下的顺序来进行。 另外,由于在人脸检测时用到了先验知识,所以目前只能对给定的图片face.bmp进行处理。-aceDetection running, Firs
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2862383
    • 提供者:张素兰
  1. FaceDetection

    0下载:
  2. “visual c++ 实践与提高”一书中的人脸检测源码,很详细,值得参考
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:831098
    • 提供者:泫泉
  1. facedetection

    0下载:
  2. 使用MFC和OpenCV,实现对摄像头中实时视频的人脸的实时检测,或是直接加载图片进行人脸检测-Using MFC and OpenCV, to achievereal-time face detection in real-time camera video , or load the pictures to directly detect face
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-16
    • 文件大小:6332416
    • 提供者:于敬
  1. Gabor

    0下载:
  2. 人脸检测的程序,效果不错!内附用法说明,调用一张图片,将现实出人脸的边缘。-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 f
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:17408
    • 提供者:王阳丽
  1. FaceDetection

    0下载:
  2. 这个是我在别人的基础上修改之后的人脸识别程序,做的不是太好,大家拿去可以参考!-This is my revised on the basis of others after the recognition process, do not too good, we take it for reference!
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-16
    • 文件大小:11859968
    • 提供者:王中华
  1. FaceDetection

    0下载:
  2. 图像人脸识别:java结合OPENCV实现人脸头像定位。-Image Recognition: java implementation OPENCV face with head positioning.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:2540544
    • 提供者:易鑫
  1. faceDetection

    0下载:
  2. 神经网络,BOOSTING算法,人脸识别-Neural network, BOOSTING algorithm, face recognition
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:5509120
    • 提供者:黄坤鑫
  1. FaceDetection

    0下载:
  2. C++编写的人脸识别,识别人脸的位置及识别人物。-Facedetection,detect the person and his face.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-16
    • 文件大小:1170432
    • 提供者:CherryLan
  1. opencv-facedetection-code

    0下载:
  2. 基于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
  3. 所属分类:OpenCV

    • 发布日期:2024-05-16
    • 文件大小:132096
    • 提供者:王涛
  1. FaceDetection

    0下载:
  2. 在Visual C++环境下开发的人脸检测程序,附有一张图片,是一本参考书上的程序,可用。-Based on Visual C++,the FaceDetection programe is good for useing,as well as a testing image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1594368
    • 提供者:李轲
  1. FaceDetection

    0下载:
  2. FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-Is a static face detection program FaceDetection Not
  3. 所属分类:OpenCV

    • 发布日期:2024-05-16
    • 文件大小:1669120
    • 提供者:wang
  1. FaceDetection

    0下载:
  2. FaceDetection 人脸检测的Opencv源代码 基于opencv242-FaceDetection face detection Opencv source code based opencv242
  3. 所属分类:OpenCV

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:懒羊羊
  1. FaceDetection

    0下载:
  2. 《Visual C++实践与提高—数字图像处理与工程应用篇》第13章人脸检测源码。FaceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测 操作,需要强调的是人脸区域检测、眼睛的检测与定位、人嘴的检测与定位、人脸的勾勒四个处理 模块必须按照先后顺序进行,而且各个模块内的各项操作也必须按照菜单栏从上至下的顺序来进行。 另外,由于在人脸检测时用到了先验知识,所以目前只能对给定的
  3. 所属分类:书籍源码

    • 发布日期:2024-05-16
    • 文件大小:4002816
    • 提供者:马蕾
  1. facedetection

    0下载:
  2. 用MATLAB调用opencv的人脸检测器,已打包好,无需opencv,facedetection.m为示例程序-Call opencv face detection using MATLAB, a packaged good, no opencv, facedetection.m for sample program
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:6930432
    • 提供者:yixiao
  1. FaceDetection-775_code-source-visual-cPP-opencv.z

    0下载:
  2. FaceDetection-775_code source visual c++ opencv
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:15913984
    • 提供者:abdou
  1. facedetection

    0下载:
  2. 实现基于opencv的人脸检测, 附带两个训练好的分类器(face detection based on Opencv , with2 good training classifiers.)
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-16
    • 文件大小:53248
    • 提供者:hsl20130659
  1. jquery.facedetection

    0下载:
  2. This is a face detection software.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:138240
    • 提供者:henreal
« 1 2 3 45 6 7 8 9 10 ... 20 »

源码中国 www.ymcn.org