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

搜索资源列表

  1. Hand-Detect 手势识别,使用OpenCV的haar 分类器

    1下载:
  2. 手势识别,使用OpenCV的haar 分类器。训练因为对各个环境不同,请大家自己下载或者自己训练样本。-Hand Recognition and Tracking using OpenCV. It uses Haar Classifier. Because Haar features are different, I did not include the .xml file, please download it online or train it yourself.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-02
    • 文件大小:21.44mb
    • 提供者:赛义
  1. How-to-build-classifier-

    0下载:
  2. 如何利用opencv训练自己的分类器,内有多篇资料,本人用过一次,可能样本太少,效果不太好-How-to build a cascade of boosted classifiers based on Haar-like features.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:593.19kb
    • 提供者:
  1. Haar_boost

    0下载:
  2. 用Haar特征构建级联分类器的方法,在opencv环境下快速实现级联的adboost-Features with the Haar classifier cascade method of construction, environment, fast implementation in opencv cascade adboost
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:278.93kb
    • 提供者:cjd
  1. facedetect

    0下载:
  2. 基于openCV的多角度人脸检测,融合了正脸侧脸haar分类器,具有极强鲁棒性-, The integration of multi-angle face detection based on openCV positive face side faces haar classifier, with strong robustness
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8.1mb
    • 提供者:herthy
  1. simpleABdemo

    0下载:
  2. Adaboost算法的基本思想是:利用大量的分类能力一般的弱分类器(weaker ifier)通过一定的方法叠加(boost)起来,构成一个分类能力很强的强分类器 眼eClassifier),再将若干个强分类器串联成为分级分类器(ClassifierCaseade) 图像搜索检测。本文就是利用Adaboost算法将由类haar特征生成的弱分类器 成为强分类器,再将强分类器串联成为分级分类器。 -Adaboost algorithm basic idea is: the abi
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:8.32kb
    • 提供者:wangxuyang
  1. harrtrack

    0下载:
  2. 利用级联的Haar分类器寻找检测目标,这是OPENCV上的程序,与大家分享-Using the Haar classifier cascade find Detected goals, OPENCV This is on the procedures to share with you
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:174.48kb
    • 提供者:田贵友
  1. haar

    0下载:
  2. 利用opencv编写的,利用级联的haar分类器寻找检测目标-Prepared using opencv using the haar classifier cascade testing to find the target
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:176.86kb
    • 提供者:秋晨
  1. 4

    0下载:
  2. 基于OPENCV的环境下,利用级联Haar分类器寻找检测目标-OPENCV based environment, the use of Haar classifier cascade find testing targets
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:180.27kb
    • 提供者:wanglo
  1. Haar

    0下载:
  2. 用haar 小波分类器分析人脸识别 的源码。分级强分类器-Haar wavelet classifier with the source code of face recognition. Rating strong classifier
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.63mb
    • 提供者:lifei
  1. 4

    1下载:
  2. haar小波分类器里的训练过程,包括正资料训练与负资料训练-haar wavelet classifier in the training process, including information on positive and negative training data training
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1.28mb
    • 提供者:lifei
  1. face_detection

    0下载:
  2. Face detection using Haar classifier
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-11
    • 文件大小:760byte
    • 提供者:rseries
  1. FacerecognizeAlgorithm

    0下载:
  2. 采用Haar分类器进行人脸识别的VC软件,给出源代码了-Haar classifier for face recognition using the VC software, source code is given
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:81.27kb
    • 提供者:飞雪
  1. AdaBoostCARTHaarClassifier

    0下载:
  2. 人脸识别用到的haar小波分类器,txt格式-haar classifier
  3. 所属分类:File Formats

    • 发布日期:2017-11-25
    • 文件大小:1.62kb
    • 提供者:huangrh
  1. peopledetect

    3下载:
  2. 人脸及行人检测中在opencv中要用到的haarcascade_righteye_2splits.xml,即特征检测的haar分类器,包括正面,侧边,上下左右各种,很全面-Face and pedestrian detection in opencv use to haarcascade_righteye_2splits.xml, feature detection haar classifier, including front, side, up and down various, very
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:1.89mb
    • 提供者:黄小菲
  1. Form1

    0下载:
  2. The steps for training a haar classifier and detecting an object can be divided into : Creating the descr iption file of positive samples Creating the descr iption file of negative samples Packing the positive samples into a vec file T
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:928byte
    • 提供者:hassin
  1. DetectFace2

    0下载:
  2. 这是一个利用opencv实现的,基于Haar分类器的人脸检测的程序-This is a program used to detect the faces in a picture based on the Haar classifier
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4.12mb
    • 提供者:姚帅
  1. haarclassifier

    0下载:
  2. this is haar classifier. you can use to face recognition. good for you
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:4.7mb
    • 提供者:ksdkfne
  1. pupildetectOK

    1下载:
  2. 在VC6.0环境下,借助openCV函数库,对视频中的人脸进行检测,并实时跟踪,然后用Haar特征的分类器定位人脸,并检测瞳孔存在与否,提取关于眼睛的疲劳信息-In VC6.0 environment, with the aid of openCV function library, to detect human faces in video, and real-time tracking, positioning and use characteristics of Haar classif
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3.63mb
    • 提供者:heiying
  1. face_new_jpg

    0下载:
  2. OpenCV face detection using haar classifier and common implementation.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-28
    • 文件大小:9.98mb
    • 提供者:nothan
  1. faceHaar

    0下载:
  2. vs2010环境下,用Haar分类器进行人脸识别,并标志出人脸-Under vs2010 environment, using Haar classifier for face recognition and sign a human face
  3. 所属分类:OpenCV

    • 发布日期:2017-06-09
    • 文件大小:14.87mb
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com