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

搜索资源列表

  1. Adaboost-Algorithm

    0下载:
  2. 2001年第一次提出应用于人脸检测的adboost分类算法。能够用于二分类。-In 2001, the adaboost algorithm was first come up as the method to solve the problem of face detection.
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:117721
    • 提供者:徐琼
  1. LBP_Adaboost

    0下载:
  2. 该程序选用Adaboost算法来进行人脸识别,用Adaboost算法能够很有效的达到人脸定位人脸识别的效果-The program selection Adaboost algorithm for face recognition using Adaboost algorithm can be very effective to achieve the recognition of the effect of the face location
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:17840832
    • 提供者:金璐
  1. jicheng

    0下载:
  2. 人脸识别技术利用集成学习,adaboost算法学习代码-Face recognition, integrated learning, adaboost algorithm code
  3. 所属分类:Special Effects

    • 发布日期:2017-11-05
    • 文件大小:1003
    • 提供者:周晓亮
  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. adboost

    1下载:
  2. 实现了三种不同的AdaBoost算法:Real AdaBoost, Gentle AdaBoost and Modest AdaBoost.-Realize the three different AdaBoost algorithm:Real AdaBoost, Gentle AdaBoost and Modest AdaBoost.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:203503
    • 提供者:liushurong
  1. AdaBoost

    0下载:
  2. 这个主要是介绍adboost算法,内容是由别人写的,写的不错,所以就上传分享-This is mainly the introduction adboost algorithm, the content is written by someone else, well, so upload and share.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:475926
    • 提供者:郑会会
  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. call-Video-achieve-face-detection

    0下载:
  2. 调用视频实现人脸识别。基于haarcascades+adaboost算法使用opencv实现-Call the video face recognition. Use opencv achieve haarcascades+adaboost algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:5769
    • 提供者:谭德辉
  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. adaboost

    0下载:
  2. 一个强大的自适应boosting算法,十分经典,matlab实现,绝对超值,可以改编成其它语言。-A powerful adaptive boosting algorithm, very classic, matlab realize, absolute value, and can be adapted to other languages​ ​ .
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:6868
    • 提供者:曹小强
  1. adaboost-emd-wavelet-ARIMA

    1下载:
  2. emd/wavelet信号处理的matlab程序 ARIMA时间序列matlab预测程序 单纯形法matlab程序 图论算法及其matlab代码 adaboost原理及代码-emd/wavelet signal processing matlab program ARIMA time series matlab prediction program simplex method matlab program graph theory algorithm matlab code a
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:1624459
    • 提供者:胡倩
  1. adaboost

    0下载:
  2. 以二叉树作为弱分类器的adaboost的matlab算法代码-Binary tree as weak classifier adaboost matlab algorithm code
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-17
    • 文件大小:232792
    • 提供者:zhanglong
  1. Adaboost

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

    • 发布日期:2017-11-26
    • 文件大小:270779
    • 提供者:wang
  1. cvhaar

    0下载:
  2. Adaboost算法的VC代码,本人已经做过测试,简单一用。-Adaboost algorithm VC code, I have been tested, simple.
  3. 所属分类:ELanguage

    • 发布日期:2017-11-12
    • 文件大小:14323
    • 提供者:岳鹏
  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. adaboost-face-detection

    0下载:
  2. 基于adaboost的人脸检测算法,对于初学者来说用很大的帮助-Adaboost-based face detection algorithm for beginners great help
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:847151
    • 提供者:王小伟
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 22 »
搜珍网 www.dssz.com