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

搜索资源列表

  1. target-context-detect-recognition

    0下载:
  2. 在分类器的研究方面,提出了一种改进的AdaBoost算法,包括距离相关的判别准则,和基于核的感知器强分类器优化方法 -Classifier, there is proposed an improved AdaBoost algorithm, including the distance related criterion optimization method, and the strong classifier is based on the perception of the nucle
  3. 所属分类:Project Design

    • 发布日期:2017-11-17
    • 文件大小:11825335
    • 提供者:QQ
  1. Ada_Boost

    0下载:
  2. 数据挖掘 分类 ADABOOST算法-Data mining classification Adaboost Algorithm. . . . . . . . . . . . . . .
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:953
    • 提供者:jerry
  1. realadaboost

    3下载:
  2. matlab的一个基于realadaboost的人脸检测程序,有详细的源码,包括haar特征的提取,以及若分类器的学习。-Matlab based on adaboost face detection procedures, there are detailed source code, including haar feature extraction, and if the classifier learning
  3. 所属分类:2D图形编程

    • 发布日期:2014-03-18
    • 文件大小:157835
    • 提供者:杨浦东
  1. opencvhaarchepaidingwei

    0下载:
  2. 利用opencv,采用Adaboost算法训练分类器,将训练好的分类器用于车牌定位。-Using opencv, Adaboost algorithm training classifiers, trained classifier for license plate location.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-06
    • 文件大小:13310
    • 提供者:张文青
  1. myfacedet02

    1下载:
  2. matlab代码程序,利用Adaboost算法训练人脸图像和非人脸图像,通过迭代得到由多个弱分类器组合而成的强分类器,实现图片里的人脸检测。-Matlab code,Using Adaboost algorithm to train the face images and not face images, obtained strong classifier which is conprised of multiple weak classifiers by iteration , re
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:2306048
    • 提供者:杨薇
  1. picture

    0下载:
  2. 这个源代码原创,利用MFC编程,可以实现人头检测,通过分类器检测。如果运行有问题,可以联系我,我可以提供相应boost分类器。-It s a program detecting huamn face using adaboost, with the help of MFC.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-08
    • 文件大小:29218816
    • 提供者:吴夏英
  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. 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. 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. adaboost_re

    0下载:
  2. adaboost实现,多个弱分类器,非常有用-adaboost relealization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:765989
    • 提供者:智慧川
  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-27
    • 文件大小:3072
    • 提供者:yejunjian
  1. CSL_adaboostV2

    0下载:
  2. ADABOOST的源码,为了方便大家理解,我修改了原文中的弱分类器最优阈值寻找的部分代码。-ADABOOST the source, in order to facilitate understanding, I modified the text of the weak classifiers optimal threshold looking for some code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:3822
    • 提供者:shilinc
  1. FaceDetectionDlg

    0下载:
  2. 应用OpenCV进行人脸检测。Adaboost算法实现起来比较复杂,应用OpevCV提供的函数和分类器进行人脸检测将十分容易。-Application of OpenCV for face detection. Adaboost algorithm to achieve more complex, applications provided by OpevCV function and classifier for face detection will be very easy.
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:7436
    • 提供者:ledonJu
  1. Pedestr-ian-Detection

    0下载:
  2. 基于多特征的AdaBoost行人检测算法, 提出一种融合灰 度和轮廓信息的新的多特征综合表示方法. 该方法通过统计样本的权重直方图建立分类模 型, 并用多个直方图的乘积表示样本在多特征下对应的联合概率分布-AdaBoost pedestrian detection algorithm based on multi-feature, presents a fusion of grayscale and contour information of the new multi-feature
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:666336
    • 提供者:hengluo
  1. Fusing-Multiple-Feature

    0下载:
  2. 通过改进基于Haar-like特征和Adaboost的级联分类器,提出一种融合Haar-like特征和 HOG特征的道路车辆检测方法-By improving based on Haar-like features and Adaboost cascade classifier, presents a fusion of Haar-like features and characteristics of HOG road vehicle detection method
  3. 所属分类:File Formats

    • 发布日期:2017-04-05
    • 文件大小:951263
    • 提供者:hengluo
  1. Classifier

    0下载:
  2. 几种分类器,包括adaboost和随机森林-Several classifiers including adaboost and random forest
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:680574
    • 提供者:settingsun
  1. face_detection

    0下载:
  2. 人脸识别,AdaBoost,MATALB,弱分类器级联-Face recognition, AdaBoost
  3. 所属分类:matlab

    • 发布日期:2017-06-14
    • 文件大小:20748551
    • 提供者:陈锦
  1. pattern-recogniton

    1下载:
  2. 对类别不平衡的分类问题的几种算法实现,包括PNN,smote,BP-AdaBoost-Several algorithms for class imbalance classification problem ,including PNN, smote and BP-AdaBoost
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-05-01
    • 文件大小:584176
    • 提供者: 王庆新
  1. Code

    0下载:
  2. SVM、Adaboost、K-Means 分类算法的实现,有助于理解分类算法的原理。-SVM, Adaboost, K-Means classification algorithm, helps to understand the principles of classification algorithms.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:498927
    • 提供者:zhao
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com