CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - face detection opencv

搜索资源列表

  1. train

    0下载:
  2. 进行svm分类器的训练,作为人脸检测的人脸分类器-For svm classifier training as face detection face classifier
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-17
    • 文件大小:26531698
    • 提供者:张力
  1. lbp

    1下载:
  2. 1.解压缩之后,在vs2008下可直接运行,不过需要安装opencv 2.提供人脸检测与识别功能 3.人脸识别,需要预先选定文件夹提取特征向量,然后才可以选取比较,这个需要改源程序-1. Unzipped, run directly under the vs2008, but need to install opencv 2. Provides face detection and recognition 3. Recognition, pre-selected folder nee
  3. 所属分类:OpenCV

    • 发布日期:2013-03-07
    • 文件大小:13505132
    • 提供者:文石磊
  1. 20459181openCV-program

    0下载:
  2. 本程序利用opencv检测人脸 进行人脸识别 程序简单实用-The program uses opencv face detection is simple and practical procedure for face recognition
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3749790
    • 提供者:henyleexh
  1. opencv-face-detect.RAR

    0下载:
  2. 基于opencv1.0 的人脸检测程序,对于初学opencv的同学帮助蛮大的-Face Detection Based on opencv1.0 procedures for the students to help beginners opencv pretty big
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-17
    • 文件大小:5048664
    • 提供者:melle
  1. 2011051102

    0下载:
  2. 基于OPENCV的多人脸检测与定位系统,采用VC++6.0编写的,实现人脸定位并保存人脸图像.-OPCV based multiplayer face detection and location system, prepared by VC++6.0 to achieve face location and save the face image.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3698978
    • 提供者:wangbin
  1. opencv-Characterization-of-face

    0下载:
  2. 本程序可对输入的图像或者视频进行人脸检测,-This program can be the input image or video detection,
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:2153
    • 提供者:pzw
  1. face

    0下载:
  2. Face detection using opencv 2.0
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:5170
    • 提供者:JinSeungWoo
  1. OpenCV_face

    0下载:
  2. 介绍了利用Opencv进行人脸识别的技术,OpenCV Face Detection-Opencv introduced the use of face recognition technology, OpenCV Face Detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-16
    • 文件大小:384568
    • 提供者:space3344
  1. FACE_PROJECT_opencv

    0下载:
  2. this adaboost based real time face detection and tracking system i used a adaboost and camshift algorithm with opencv and vc++ The detεction efficiency of the method is not good for environment of dynanlic illumination. We propose a combined meth
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:19933332
    • 提供者:pattern
  1. FACEDETECT

    0下载:
  2. 实时人脸检测 OPENCV 读取摄像头 图像识别-OPENCV read real-time face detection image recognition camera
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3384481
    • 提供者:Juggler
  1. facedetect

    0下载:
  2. VS2008环境下,采用基于opencv进行实时人脸检测-VS2008 environment, based on real-time face detection opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-31
    • 文件大小:13241372
    • 提供者:范香华
  1. face-detect

    0下载:
  2. 人脸检测。利用到了opencv跟qt 好东西哦,可以看一下。-Face detection. Qt to use opencv with good things Oh, you can look at.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:454044
    • 提供者:Linux
  1. FaceDetection

    0下载:
  2. 本程序使用OpenCV中提供的“haarcascade_frontalface_alt.xml”文件存储的目标检测分类,用cvLoad函数载入后,进行强制类型转换。OpenCV中提供的用于检测图像中目标的函数是cvHaarDetectObjects,该函数使用指针对某目标物体(如人脸)训练的级联分类器在图象中找到包含目标物体的矩形区域,并将这些区域作为一序列的矩形框返回。分类器在使用后需要被显式释放,所用的函数为cvReleaseHaarClassifierCascade。-face detec
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1992600
    • 提供者:
  1. opencv

    0下载:
  2. opencv人脸检测基于特征矩形的人脸检测-opencv face detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-16
    • 文件大小:4208235
    • 提供者:谢常忠
  1. OpenCV-useful-part

    0下载:
  2. 这篇文献是关于基于opencv的人脸检测方法的通用模块的介绍,用途比较广泛-This literature on the common module opencv-based face detection methods, the more extensive use
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:401261
    • 提供者:kuangling
  1. opencv

    0下载:
  2. 首先关于图像处理软件opencv进行总的介绍,然后分别对其中的人脸检测原理、计算机视觉、Harr特征级联表、非固定大小目标检测步骤、拉普拉斯边缘检测及opencv的其他特性作了一定的介绍-General introduction to the first image processing software opencv face detection principle, computer vision, Harr, characteristics of cascade table, fixed-
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1086808
    • 提供者:石磊
  1. opencv-Renlian-jiance

    0下载:
  2. 它是基于Opencv的人脸检测程序代码,希望能对大家有帮助,谢谢。-It is based on the Opencv face detection code, I hope everyone can help, thank you.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:11832
    • 提供者:zhoujing
  1. face-recgnition

    0下载:
  2. 利用OpenCV进行人脸检测,人脸检测程序主要完成3部分功能,即加载分类器、加载待检测图象以及检测并标示。-OpenCV for face detection, face detection process was completed for the three parts, namely load classifier, load to be detected images and testing and labeling.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:41162
    • 提供者:张向亮
  1. opencv-face

    0下载:
  2. 实现人脸检测功能,并达到人脸检测红框的目的-Face detection function, and to achieve the purpose of face detection red frame
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:12270
    • 提供者:王剑锋
  1. adaboosthaar

    0下载:
  2. 该代码完成在vs2008环境中基于Opencv的人脸检测,Opencv为2.3.0版本-The code to complete the vs2008 environment Opencv-based human face detection, Opencv 2.3.0 version
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2879900
    • 提供者:王明玉
« 1 2 3 4 5 6 78 9 10 11 12 ... 26 »
搜珍网 www.dssz.com