CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - AdaBoost算法

搜索资源列表

  1. Adaboost

    0下载:
  2. 利用adaboost算法进行人脸识别,检测一副静态或动态图像中的人头数目-Adaboost algorithm using face recognition, image detection of a static or dynamic number of head
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:11.9mb
    • 提供者:张力
  1. Adaboost

    0下载:
  2. 基于Adaboost算法的车牌检测在OpenCV上的研究与实现-License plate detection algorithm based on Adaboost on the research and implementation of OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:393.66kb
    • 提供者:陈岩
  1. Adaboost-face-detection

    0下载:
  2. 基于adaboost的人脸检测识别算法,在复杂背景下有很好的检测效果-Good detection in complex background based on face detection and recognition algorithms in adaboost
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:5.42kb
    • 提供者:大飞
  1. Adaboost

    0下载:
  2. AdaBoost算法提取图像的整体特征 含api 可直接导入到工程中-opencv AdaBoost
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2.89mb
    • 提供者:王磊
  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
    • 文件大小:22.3mb
    • 提供者:cz
  1. facedetection

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

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

    0下载:
  2. 基于Opencv方法做的一个先利用三帧差分法检测视频中运动目标!,再利用adaboost算法检测人脸!能运行效果有待改进!-Opencv based method to do a first use of three difference method to detect moving objects in video! , Re-use adaboost algorithm to detect human face! The effect can be improved to run!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3.39mb
    • 提供者:秦朗
  1. FaceDetection

    0下载:
  2. 静态人脸检测程序。基于Adaboost的检测算法,使用OpenCV中提供的函数在Visual C++2005中实现一个人脸检测程序。-Static face detection process. Adaboost-based detection algorithm using OpenCV provides a function to implement a face detection program in Visual C++2005 in.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1.52mb
    • 提供者:zfy
  1. Project8

    0下载:
  2. 这是基于haar特征的adaboost算法的人脸识别,可以检测出人的脸,用圆标注出来-This is based on adaboost haar features face recognition algorithm can detect the human face, with a circle marked out
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5.29mb
    • 提供者:邓文豪
  1. adaboost

    0下载:
  2. c++环境下实现adaboost算法的基本代码,适合新手学习使用。-under c++ environment to achieve the basic code adaboost algorithm, suitable for novice to learn to use.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1.66kb
    • 提供者:zhuke
  1. face

    0下载:
  2. 基于adaboost算法识别人脸,可以实现将原图中的人脸用圆圈圈出-Adaboost based face recognition algorithm can be implemented in the original face circled out
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11.59mb
    • 提供者:唯小古
  1. Adaboost

    0下载:
  2. Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器-Adaboost is an iterative algorithm, the core idea is the same training set for different classifiers (weak classifiers), and then set up these weak classifiers to form a stronger
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:10.57kb
    • 提供者:zln
  1. Adaboost

    0下载:
  2. Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器-Adaboost is an iterative algorithm, the core idea is the same training set for different classifiers (weak classifiers), and then set up these weak classifiers to form a stronger
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:10.44kb
    • 提供者:zln
  1. adaboost-face-detect

    1下载:
  2. C实现的基于adaboost算法的人脸检测程序及人脸库-C-based implementation adaboost algorithm face detection process and face
  3. 所属分类:OpenCV

    • 发布日期:2017-06-15
    • 文件大小:22.83mb
    • 提供者:周鹏
  1. haar_face_detection

    0下载:
  2. 运用Adaboost算法haar分类器实现的人脸检测,帧率是32。-Using Adaboost face detection algorithm of Haar classifier, the frame rate is 32.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4.05mb
    • 提供者:zhanghf
搜珍网 www.dssz.com