CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形/文字识别 搜索资源 - adaboost code

搜索资源列表

  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. AdaBoostMHClass.adaboost算法的一个c++实现类

    0下载:
  2. adaboost算法的一个c++实现类,对学习adaboost算法非常有帮助,adaboost algorithm c++ to achieve a type of learning algorithm adaboost very helpful
  3. 所属分类:图形/文字识别

    • 发布日期:2017-03-22
    • 文件大小:321208
    • 提供者:罗小伟
  1. adaboost

    1下载:
  2. 基于ADABOOST的人脸检测代码,使用继承的策略,包括特征的计算,提取,ADABOOST训练,级联,最后训练出数据,还有注释,可以帮助大家研究ADBOOST-Based on ADABOOST face detection code, the use of inheritance strategies, including the calculation of features, extraction, ADABOOST training cascade, the last train out
  3. 所属分类:Graph Recognize

    • 发布日期:2014-06-03
    • 文件大小:13312
    • 提供者:
  1. adaboost

    0下载:
  2. adaboost算法的基本材料,希望能对大家有用。内部不含代码-adaboost algorithm is the basic material, hoping to be useful. Internal non-code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-25
    • 文件大小:8295821
    • 提供者:jacky
  1. adaboost

    1下载:
  2. Adaboost 算法的源程序,可以帮助我们深入学习 adaboost 算法-Adaboost algorithm source code, to help our in-depth learning algorithm adaboost
  3. 所属分类:图形/文字识别

    • 发布日期:2017-04-26
    • 文件大小:9040
    • 提供者:宋雅合
  1. FaceRecognition

    0下载:
  2. 我写的基于OPENCV的人脸检测程序!先找到haar特征,然后基于Adaboost检测!-the code based on OpenCV which is used to detect the faces
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-27
    • 文件大小:10250900
    • 提供者:
  1. libadaboost-0.1.beta

    0下载:
  2. 机器学习的自适应提升(adaboost)算法包,提供了学习boosting算法的通用框架,包括:学习、验证、测试、性能分析等 -Machine learning to enhance the adaptive (adaboost) algorithm package, boosting learning algorithm provides a generic framework, including: learning, validation, testing, performance ana
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:710377
    • 提供者:zhangji
  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
    • 文件大小:8522
    • 提供者:wangxuyang
  1. AdaBoost_Feature

    0下载:
  2. 这里不光有AdaBoost算法本身的实现,而且还包含利用特征模板从人脸提取特征值的代码,让大家轻松掌握利用AdaBoost进行人脸识别的全过程。-AdaBoost algorithm here not only has its own implementation, but also includes the use of the characteristics of the template from the extracted features of face value of the c
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-24
    • 文件大小:90542
    • 提供者:
  1. AdaBoost

    1下载:
  2. 人脸识别Adaboost源代码,用matlab编写实现,使用Adaboost算法进行人脸检测-source code for face recognation using Adaboost
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:948
    • 提供者:孙家冕
  1. facedetect_harrcascade

    0下载:
  2. 基于adaboost的构造的cascade用于快速检测人脸,能够实时检测视频中的人脸。没有采用opencv的代码。-Adaboost based on the structure of the cascade for the rapid detection of human faces, real-time video can face. Did not use the code opencv.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1529106
    • 提供者:wangdi
  1. adaboost

    0下载:
  2. 人脸匹配,用Matlab写的人脸识别的代码-Face matching, face recognition using the code written in Matlab
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:180150
    • 提供者:hehaiqing
  1. adaboost

    0下载:
  2. 人脸识别的代码 大家相互学习 多多交流 我也正在研究这个-Face recognition we learn from each other a lot of code I also studying the exchange
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-12
    • 文件大小:1830
    • 提供者:孟锦豪
  1. Adaboost

    0下载:
  2. 基于adaboost的人脸检测代码(只是有几个数组维数不匹配 转置一下就ok 可以运行出来了 )-Based on the face detection adaboost code (a few array dimension not matching transpose once ok can run out)
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:5263
    • 提供者:q1w2e3r4
  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. code

    0下载:
  2. Adaboost的C实现,在原始代码上做了一点小修改,另外加上了详细的注释,能够帮助初学者更好地理解分类器具体如何学习与选择的-Adaboost C implementation, the source code to do a little modification, plus detailed notes, can help beginners to better understand the specifics of how learning and classifier selectio
  3. 所属分类:Graph Recognize

    • 发布日期:2016-01-26
    • 文件大小:3072
    • 提供者:yejunjian
  1. haarPadaboost

    0下载:
  2. adaboost算法中用于计算haar特征值的代码-The code used in the adaboost algorithm to compute haar eigenvalues
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-05
    • 文件大小:6234
    • 提供者:mr-li
  1. face-Adaboost

    1下载:
  2. 用Adaboost和PCA算法实现人脸识别,用Python写的代码,根据经典的PCA和SVM算法改编(Adaboost and PCA algorithm for face recognition, code written in Python, adapted from the classic PCA and SVM algorithm)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:L.Xun
搜珍网 www.dssz.com