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

搜索资源列表

  1. FaceDetectorOtherversion

    0下载:
  2. 这是基于matlab的adaboost算法程序。对于初学者非常有用!-This is based on the AdaBoost algorithm matlab. Very useful for beginners!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-12-07
    • 文件大小:786920
    • 提供者:caiwei
  1. _matlab-face-detect

    0下载:
  2. 简单的人脸识别代码,使用的工具是matlab是用的adaboost算法进行特征提取和分类-Simple face recognition code, the tools matlab AdaBoost algorithm for feature extraction and classification
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-01
    • 文件大小:68608
    • 提供者:乐大勇
  1. 80901049BoostingLbp

    0下载:
  2. adaboost算法通过级联分类器进行模式识别,通过若干个弱分类器组合而成的级联分类器具有很高的识别率。-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:55613
    • 提供者:金璐
  1. adaboost

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

    • 发布日期:2017-11-12
    • 文件大小:2701
    • 提供者:陈晓平
  1. haarPadaboost

    0下载:
  2. 基于haar特征的adaboost人脸检测算法,VC++编写,内附文章,对学习adaboost人脸检测者来说有很大的帮助-Adaboost face detection algorithm based on haar feature, VC++ prepared, containing articles, learning Adaboost face detection is of great help
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:10841838
    • 提供者:王小伟
  1. C_adaboost

    0下载:
  2. adaboost算法源码,Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器),通过测试可以运行-adaboost algorithm source code, Adaboost is an iterative algorithm, the core idea is the same training set for different classifiers (weak classifiers
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-19
    • 文件大小:1923111
    • 提供者:crab
  1. Adaboost_Face_c(5.27)

    0下载:
  2. 使用adaboost进行人脸检测,主要进行的是图片的检测。在光线不足和有遮挡的情况下,识别的效果依然很好。-Using adaboost for face detection, mainly for the picture is detected. And sheltered in low light circumstances, identify the effect is still very good.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-13
    • 文件大小:1768602
    • 提供者:
  1. qqcif(5.24)

    0下载:
  2. 可以对cif,qcif以及qqcif实行人脸检测的程序,是检测序列的。使用的是adaboost算法。可以读入的是cif序列然后将其缩放为qqcif(88*72)然后进行检测,然后在将检测的人脸框长宽坐标各放大4倍 即可在原来的cif图象中标记人脸。 -Can cif, qcif and qqcif implement face detection procedure is to detect sequences. Using adaboost algorithm. Cif can be
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-06
    • 文件大小:1505536
    • 提供者:
  1. Adaboost

    0下载:
  2. 基于matlab的adaboosting算法的实现-Based on the matlab adaboosting algorithm implementation
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:1121
    • 提供者:高翔
  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. FaceRecognition1

    0下载:
  2. 基于AdaBoost的人脸检测程序代码(是用c++编写的)-AdaBoost-based face detection program code (written with c++)
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:8354828
    • 提供者:张维笑
  1. adaboost_-two-classes

    0下载:
  2. 结合Gabor特征和adaboost的人脸表情识别方法-Gabor features and adaboost combination of facial expression recognition method
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4357283
    • 提供者:ivy
  1. Face_detect

    0下载:
  2. 基于haar特征和adaboost算法的人脸识别程序.-Haar features and adaboost algorithm based face recognition process.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1368407
    • 提供者:张宇
  1. Scene-Classification

    0下载:
  2. 提供了三类场景“bedroom”、“CALsuburb”、“industrial”的样本特征集以及原始图像,分别用线性分类器、树状分类器、SVM分类器以及AdaBoost分类器对其进行区分。其中AdaBoost分类器有部分内容调用了Vezhnevets Alexander编写的源码-Provides three types of scenes " bedroom" , " CALsuburb" , " industrial" sample fea
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-23
    • 文件大小:452745
    • 提供者:小安
  1. Adaboost_Tutorial

    0下载:
  2. adaboost学习,对于初学者很有帮助,能简单理解adaboost.希望对大家有所帮助!-adaboost learning, very helpful for beginners can be simple to understand adaboost. want to help!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:660589
    • 提供者:李阳
  1. machine-learning-1

    0下载:
  2. 机器学习算法之adaboost算法与apriori算法,经典的外文资料。-Machine learning algorithms with the adaboost algorithm apriori algorithm, classic foreign materials.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1657922
    • 提供者:zhongrui
  1. gentleBoost

    0下载:
  2. gentleboost 算法的实现,其主要用在分类与boost和adaboost稍有不同-gentleboost algorithm, which is mainly used in classification and boost and slightly different adaboost
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:4083
    • 提供者:雪儿
  1. facedetection

    0下载:
  2. 这是基于AdaBoost的人脸检测,内容详细,值得参考!-This is based on the AdaBoost face detection, detailed and worth considering!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1242973
    • 提供者:jeffsonfu
  1. Classification

    0下载:
  2. 实现了多种机器语言算法,包括Adaboost、SVM-Achieve a variety of machine language algorithms, including Adaboost, SVM, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-05-28
    • 文件大小:10894910
    • 提供者:lsj
  1. tangmin

    0下载:
  2. 实现车的训练和检测,运用adaboost分类器方法-Training and testing to achieve the car, using adaboost classifier method
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6709600
    • 提供者:yuanjing
« 1 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 41 »
搜珍网 www.dssz.com