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

搜索资源列表

  1. yangben

    0下载:
  2. 这是一些adaboost的样本选取方法相关的论文,和人脸检测有关-This is the method of selecting a sample of some of adaboost related papers, and face detection on
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-18
    • 文件大小:4902973
    • 提供者:wlf
  1. Left_eye_detector_computed_with_7000_positive_samp

    0下载:
  2. 用于左眼检测的训练好的Adaboost算法分类器-18x12 Left eye detector computed with 7000 positive samples
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-29
    • 文件大小:110017
    • 提供者:sskaje
  1. gacvsrc

    0下载:
  2. 猫脸检测功能,用ADABOOST训练的,用GABOR特征,完全开源-adaboost trained gabor filter to detect caT FACE
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1876202
    • 提供者:GoGo
  1. rapidobjectdetection

    0下载:
  2. 用AdaBoost实现的快速目标(人脸)检测算法,对于初学者有很好的指导意义。-It is very useful for the beginners to learn,because of its simplication and fast speed.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:6472
    • 提供者:qiu qiang
  1. RobustRealtimeObjectDetection

    0下载:
  2. 人脸实时检测今年来最权威的文章,包括haar小波特征和adaboost的详细原理,violaJones著作。-Robust Real-time Object Detection。
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:402046
    • 提供者:long
  1. ViolaJones_IJCV

    0下载:
  2. 基于adaboost的人脸检测,大牛写的,后来写的OPENCV人脸检测都是根据他的这篇论文写的,很有价值-Robust Real-time Object Detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:401934
    • 提供者:何文娟
  1. Project1

    0下载:
  2. 基于adaboost方法进行人脸以及其他物体的检测,需自己建立数据库-Based on adaboost method and other objects in the face detection, need to build database
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:1495
    • 提供者:yuli xiao
  1. FaceDetection_MATLAB_Call_OpenCV

    0下载:
  2. 本程序在MATLAB中调用了OpenCV的AdaBoost检测器实现了人脸检测,还可用来学习MATLAB中调用C/C++代码的方法,研究人脸识别和希望熟悉MATLAB的同志们不妨试一试。-This procedure is called in MATLAB, OpenCV the AdaBoost detector implemented face detection, can also be used to learn MATLAB to call C/C++ code used to stu
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1892374
    • 提供者:
  1. DriverFatigueDetection_V1.0_2010.7.1

    0下载:
  2. 驾驶员的疲劳检测,基于Adaboost的原理,很有实用价值-Driver fatigue detection, based on Adaboost
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:543479
    • 提供者:唐宇
  1. CODE

    1下载:
  2. 1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序
  3. 所属分类:matlab

    • 发布日期:2015-10-28
    • 文件大小:6918144
    • 提供者:张数
  1. 112[1]

    0下载:
  2. 人脸检测根据姿态评估,然后利用adaboost方法训练分类器,是一片值得收藏的文章-Face detection based on posture assessment and classification using adaboost training method, is a worthy collection of articles
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3933384
    • 提供者:程志林
  1. STIHRS

    0下载:
  2. 基于C++的人脸检测,使用adaboost算法,跟基于肤色的结合-C++-based human face detection, the use of adaboost algorithm, combined with the color-based
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:520297
    • 提供者:张三
  1. FaceWinGUI_v1.1

    0下载:
  2. 人脸检测代码Adaboost实现Haar feature积分图像-Human face detection using adaboost with haar-like feature and integral image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:491404
    • 提供者:machunfei
  1. boosting

    1下载:
  2. 采用adaboost进行的人脸检测方案,是一个很好的学习实例,要下的话赶紧了-Adaboost conducted using face detection program, is a good example of learning to the next, then hurry up
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:12270
    • 提供者:李若彤
  1. haar_FACE_detction

    0下载:
  2. 用C++编写的人脸检测程序,基于ADABOOST的,里面有14级强分类器以及每层强分类器所含弱分类器的参数,附检测图片,检测效果很好- face detection program written in C++ based on ADABOOST, and there are 14 strong classifiers, and each strong classifier contains the parameters of the weak classifier, it also has t
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:2848963
    • 提供者:
  1. ViolaJones_version0b

    0下载:
  2. 基于adaboost算法的人脸检测,voila等人开发的源码,很经典,对初学者有一定的参考价值。-Adaboost algorithm based on the face detection, voila development the source code and it is classic, for beginners is of some reference value.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:231392
    • 提供者:张铭
  1. matlab

    0下载:
  2. 基于adaboost人脸检测matlab仿真程序- Face detection project based on adaboost algorithum
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:1940
    • 提供者:汤辉
  1. adboost

    0下载:
  2. 基于肤色及AdaBoost算法的改进的人脸检测方法.pdf-quick face detection based skin and adaboost.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1465254
    • 提供者:symlenovo
  1. face-detection-and-tracking

    0下载:
  2. 基于adaboost和mean-shift视频中的人脸检测与跟踪识别-face detection and tracking recognition of videoBased on adaboost and mean-shift
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-19
    • 文件大小:5272882
    • 提供者:jianghui
  1. face-detection-and-tracking

    0下载:
  2. 基于AdaBoost和mean-shift视频中的人脸检测与跟踪识别-Based on AdaBoost and mean-shift video of face detection and tracking recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-11
    • 文件大小:18119686
    • 提供者:jianghui
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com