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

搜索资源列表

  1. AdaBoostdetect

    0下载:
  2. 这是一个实现Adaboost算法的程序,对于人脸识别和目标检测很有用。-This is a realization of the procedure Adaboost algorithm for face recognition and target detection useful.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:47903
    • 提供者:jbb
  1. Haar-Liketezheng

    0下载:
  2. 用adaboost算法检测人脸时,主要是用Haar特征,这个是用c++编写的代码,欢迎大家下载并参考-with adaboost Face Detection Algorithm, it is mainly used Haar features, This is used to prepare the c code and you are welcome to download and reference!
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:8773
    • 提供者:程艳花
  1. LearningaRareEventDetectinCascadebyDire

    0下载:
  2. 这是一篇现在主要的基于adaboost算法的文章,详细讲述了怎么运用该算法做人脸检测,欢迎下载!-This is now a major adaboost algorithm based on the article, described in detail how the use of the human face detection algorithm, download welcome!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:108155
    • 提供者:程艳花
  1. MRL-TR-May02-revised-Dec02

    0下载:
  2. 帮助大家怎么认识和运用adaboost算法进行人脸的检测的关键文献,是国外经典的文献,希望对大家有帮助-how to help you understand and apply the algorithm adaboost Face Detection of the key documents, foreign classic literature, we want to help!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:370800
    • 提供者:程艳花
  1. OpenCVObjectDetectionHowTo

    0下载:
  2. 做人脸检测主要是用openvc比较方便,这是关于adaboost算法的文章,大家可以作出这篇文献的仿真。-human face detection is used openvc more convenient. This is adaboost algorithm on the article, we can make this simulation literature.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:284215
    • 提供者:程艳花
  1. face_recognition_adaBoost_M2

    0下载:
  2. 这是用matlab编写人脸检测软件,是用的adaboost算法,参考价值还是很高的-using Matlab is prepared Face detection software is used adaboost algorithm, reference value or high
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-15
    • 文件大小:64319
    • 提供者:王超
  1. zhengjianchafa

    1下载:
  2. 用帧间差法及Adaboost算法实现人脸检测,可以增加人脸检测的效率
  3. 所属分类:GDI/图象编程

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

    0下载:
  2. 视频人脸检测与建模识别的演示程序,对AdaBoost和EHMM方法进行了改进,可用于人脸识别考勤和生物门禁系统。
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:201946
    • 提供者:李岚熙
  1. 200510162155854322

    0下载:
  2. 基于肤色模型和Adaboost的人脸检测程序
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:291192
    • 提供者:yangyu
  1. haardetction2

    1下载:
  2. 基于adaboost的人脸检测程序 可以在一副图像中将人脸的位置框出
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2743902
    • 提供者:张了
  1. 04112011654

    0下载:
  2. vc2003.net下用opencv实现的基于AdaBoost算法的人脸检测源码, 可以读入静态图片,视频等。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1632758
    • 提供者:小强
  1. HaarFace_detction_V4

    0下载:
  2. 用Adaboost实现了人脸从待检测图像中抠出
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:73738
    • 提供者:舟子还
  1. 1

    0下载:
  2. 人脸检测程序,使用Adaboost算法训练的分类器,分类效果良好 OpenCV平台
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2102
    • 提供者:Neo
  1. Adaboostfacedetect

    0下载:
  2. 基于Adaboost的人脸检测代码,编程语言为C
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:59738
    • 提供者:zn
  1. PCA_faceRec_V2

    0下载:
  2. 用Vc++实现的人脸识别Demo程序。Adaboost实现人脸检测,PCA特征提取。
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:188161
    • 提供者:舟子还
  1. FaceDection

    0下载:
  2. 基于opencv和vc++2005,用adaboost实现的人脸检测系统,检测率很高,速度很快,值得看看!
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:3620637
    • 提供者:僧竿
  1. Adaboostfacepaper

    0下载:
  2. 基于Adaboost的图像中人脸检测文献,还不错的-Adaboost-based human face detection process the image, but also good
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3910745
    • 提供者:jacob
  1. visual-control-source

    1下载:
  2. 人脸识别系统 人脸检测不仅是全自动人脸识别系统的基本步骤,而且本身也可以独立的应用于视频监控、图像检索等领域,因而具有重要的研究价值。尽管Viola等人于2001年提出的基于AdaBoost的人脸检测算法以其卓越的性能而得到了大家的青睐,并已基本解决了大多数情况下的人脸检测问题,但在实际应用中,尤其是智能监控应用中,仍然存在较多挑战性问题。-Automatic face detection face recognition system is not only the basic step
  3. 所属分类:图形/文字识别

    • 发布日期:2013-08-15
    • 文件大小:157864
    • 提供者:吴嘉晔
  1. HOGadaboost

    0下载:
  2. 用matla实现的行人检测,使用hog+adaboost的方法,内附程序运行时所需的大量训练及检测图片-Pedestrian Detection with matla achieved, the use of hog+ adaboost the method, enclosing the program is running a lot of training and testing images...
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-09
    • 文件大小:51777055
    • 提供者:王龙
  1. facedetection

    0下载:
  2. 基于opencv静态人脸检测程序 visual c++ 基于adaboost算法-face detection using Adaboost
  3. 所属分类:Graph Recognize

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