CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - adaboost 检测

搜索资源列表

  1. Cpp1

    0下载:
  2. adaboost算法用于检测人脸人眼。。。该用法能快速准确的定位人脸和人眼-adaboost algorithm is used to detect the face of the human eye. . . The usage of fast and accurate positioning human face and the human eye
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:2549
    • 提供者:LinShaohui
  1. TrackEye_SourceCode

    0下载:
  2. 跟踪人的眼睛,类似人脸识别算法中的adaboost,通过学习人眼模式,实现人眼检测跟踪。-Tracking people' s eyes, similar face recognition algorithm adaboost by learning human eye model, detecting and tracking the human eye.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:23378465
    • 提供者:cz
  1. renlianjiance_xunlian

    0下载:
  2. 基于adaboost人脸检测,训练,-Based on the the adaboost human face detection, training,
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-15
    • 文件大小:15213848
    • 提供者:徐钊
  1. realadaboost

    3下载:
  2. matlab的一个基于realadaboost的人脸检测程序,有详细的源码,包括haar特征的提取,以及若分类器的学习。-Matlab based on adaboost face detection procedures, there are detailed source code, including haar feature extraction, and if the classifier learning
  3. 所属分类:2D图形编程

    • 发布日期:2014-03-18
    • 文件大小:157835
    • 提供者:杨浦东
  1. matlab-face-detection

    1下载:
  2. pca+svm 与pca +adaboost 人脸检测,里面包含有程序的详细说明-pca+svm, pca+adaboost people face detection, which contains a detailed descr iption of the program
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:7783424
    • 提供者:yuzan
  1. myfacedet02

    1下载:
  2. matlab代码程序,利用Adaboost算法训练人脸图像和非人脸图像,通过迭代得到由多个弱分类器组合而成的强分类器,实现图片里的人脸检测。-Matlab code,Using Adaboost algorithm to train the face images and not face images, obtained strong classifier which is conprised of multiple weak classifiers by iteration , re
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:2306048
    • 提供者:杨薇
  1. AdaBoostFace

    0下载:
  2. 这是AdaBoost人脸检测算法的改进研究与实现,对科研人员有很大参考价值!-AdaBoost face detection algorithm Improved Research and Implementation of researchers!
  3. 所属分类:Special Effects

    • 发布日期:2017-11-29
    • 文件大小:6472924
    • 提供者:jeffsonfu
  1. faceDetection

    0下载:
  2. 人脸检测与跟踪,我的毕业论文,使用我自己改进的ADABOOST和CAMSHIFT算法,附带我的毕业论文,opencv1.0或以上自己配置-face detection use adaboost and camshift algorithm,relevant paper enclosed,OPENCV1.0 is necessary
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:15886738
    • 提供者:abc
  1. picture

    0下载:
  2. 这个源代码原创,利用MFC编程,可以实现人头检测,通过分类器检测。如果运行有问题,可以联系我,我可以提供相应boost分类器。-It s a program detecting huamn face using adaboost, with the help of MFC.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-08
    • 文件大小:29218816
    • 提供者:吴夏英
  1. FaceDetection

    0下载:
  2. 利用opencv和Adaboost实现人脸检测-face detection using opencv and adaboost
  3. 所属分类:ComboBox

    • 发布日期:2017-11-23
    • 文件大小:26534912
    • 提供者:姒绍辉
  1. haarPadaboost

    0下载:
  2. 基于haar特征的adaboost人脸检测算法,VC++编写,内附文章,对学习adaboost人脸检测者来说有很大的帮助-Adaboost face detection algorithm based on haar feature, VC++ prepared, containing articles, learning Adaboost face detection is of great help
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:10841838
    • 提供者:王小伟
  1. Adaboost_Face_c(5.27)

    0下载:
  2. 使用adaboost进行人脸检测,主要进行的是图片的检测。在光线不足和有遮挡的情况下,识别的效果依然很好。-Using adaboost for face detection, mainly for the picture is detected. And sheltered in low light circumstances, identify the effect is still very good.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-13
    • 文件大小:1768602
    • 提供者:
  1. qqcif(5.24)

    0下载:
  2. 可以对cif,qcif以及qqcif实行人脸检测的程序,是检测序列的。使用的是adaboost算法。可以读入的是cif序列然后将其缩放为qqcif(88*72)然后进行检测,然后在将检测的人脸框长宽坐标各放大4倍 即可在原来的cif图象中标记人脸。 -Can cif, qcif and qqcif implement face detection procedure is to detect sequences. Using adaboost algorithm. Cif can be
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-06
    • 文件大小:1505536
    • 提供者:
  1. face_rec_adaboost

    0下载:
  2. 本文件包括了adaboost算法进行人脸检测的代码。代码可以运行的。但需要自己添加数据集-This file contains the code adaboost algorithm for face detection code, human face detection friend, you can download to look
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-15
    • 文件大小:67224
    • 提供者:黄河
  1. FaceRecognition1

    0下载:
  2. 基于AdaBoost的人脸检测程序代码(是用c++编写的)-AdaBoost-based face detection program code (written with c++)
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:8354828
    • 提供者:张维笑
  1. facedetection

    0下载:
  2. 这是基于AdaBoost的人脸检测,内容详细,值得参考!-This is based on the AdaBoost face detection, detailed and worth considering!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1242973
    • 提供者:jeffsonfu
  1. tangmin

    0下载:
  2. 实现车的训练和检测,运用adaboost分类器方法-Training and testing to achieve the car, using adaboost classifier method
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6709600
    • 提供者:yuanjing
  1. facedetect1

    0下载:
  2. 利用AdaBoost算法实现人脸识别,检测人脸并定位人脸,最终实现人脸的识别-Face dection about AdaBoost
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:4553947
    • 提供者:唐坤
  1. facedetection

    0下载:
  2. 视频人脸检测,基于Adaboost原理的人脸检测算法。-video face detection.Adaboost-based face detection algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:6119994
    • 提供者:朴佳人
  1. dataprocess

    0下载:
  2. 基于AdaBoost算法的人脸检测识别,以及对其人脸进行评分,详见源代码-AdaBoost algorithm based on face detection and recognition, as well as its human face to score, see the source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:11674
    • 提供者:方奋
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com