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

搜索资源列表

  1. Adaboost

    0下载:
  2. 利用adaboost算法进行人脸识别,检测一副静态或动态图像中的人头数目-Adaboost algorithm using face recognition, image detection of a static or dynamic number of head
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:12482552
    • 提供者:张力
  1. adaboost

    1下载:
  2. adaboost:经典的分类算法,配有相应的论文及程序使用说明-adaboost: classical classification algorithms, with the corresponding papers and procedures for use
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:766368
    • 提供者:张海如
  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

    0下载:
  2. 基于adaboost的ppt注解 让你短时间内了解adaboost的算法-Ppt notes on adaboost the short time you know the algorithm adaboost
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:634050
    • 提供者:htuo
  1. opencv

    0下载:
  2. adaboost算法 人脸识别 用opencv实现的,供大家学习交流-Face recognition algorithm adaboost
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-27
    • 文件大小:10340198
    • 提供者:小彬
  1. AdaboostVSsvm

    0下载:
  2. 一篇关于SVM和adaboost算法对比的文章。分别运用两种方法进行目标识别,比较算法与结果-A comparison on the SVM algorithm and adaboost article. Two methods were used for target identification, comparison algorithm and results
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2051828
    • 提供者:zhang
  1. Ada_Boost

    1下载:
  2. adaboost算法,用matlab编写的源程序,希望对大家有帮助-AdaBoost algorithm, prepared by matlab source, in the hope that we have to help
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1224
    • 提供者:
  1. FaceDetection

    0下载:
  2. 人脸检测。用c++编写。人脸检测是人脸分析的首要环节,其处理的问题是确认图像(或影像)中是 否存在人脸,如果存在则对人脸进行定位。人脸检测的应用领域相当广泛,是实 现机器智能化的重要步骤之一。 AdaBoost 算法是1995 年提出的一种快速人脸检测算法,是人脸检测领域里 程碑式的进步,这种算法根据弱学习的反馈,适应性地调整假设的错误率,使在 效率不降低的情况下,检测正确率得到了很大的提高。-Face Detection. Using c++ to prepare. Fac
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:896865
    • 提供者:ashura
  1. OpenCV-Adaboost

    0下载:
  2. opencv 人脸 训练的 一些算法说明 和准备工作-opencv face training preparation instructions and some algorithms
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:22084
    • 提供者:江守超
  1. lect16-slides

    0下载:
  2. 一个关于adaboost算法的ppt,对毕业设计的同学有实用价值--this is a adaboost algorithm ppt,and it is my starting program of researching work on adaboost,it is valuable for you application
  3. 所属分类:Software Testing

    • 发布日期:2017-05-16
    • 文件大小:4537046
    • 提供者:曾磊
  1. adaboost-Matlab

    2下载:
  2. 用matlab实现的adaboost分类器算法-Implemented with the matlab adaboost Classifier
  3. 所属分类:matlab例程

    • 发布日期:2014-03-18
    • 文件大小:9170
    • 提供者:liu yang
  1. Adaboost_LPR_Matlab_080910

    0下载:
  2. 对第一个源码修改后的9月10日的Matalb的基于Adaboost算法的车牌定位的源码! 里面含有积分图像的获得,haar 特征的生成等。感兴趣的欢迎下载!-Source of the first amended September 10 of Matalb-based license plate location algorithm Adaboost source! Which contains points of access to images, haar generation cha
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:31445
    • 提供者:cuidong
  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. multiboost-0.71.src.tar

    1下载:
  2. MultiBoost 是c++实现的多类adaboost酸法。与传统的adaboost算法主要解决二类分类问题不同,MultiBoost解决的是多类的分类问题,而并不是把多类转化成二类问题。-MultiBoost is a C++ implementation of the multi-class AdaBoost algorithm. AdaBoost is a powerful meta-learning algorithm commonly used in machine learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:79872
    • 提供者:周简单
  1. adaboost2

    0下载:
  2. adaboost算法的英文PPT,对于算法中的每一个步骤都做了例子解释,能帮助很好地理解adaboost算法-AdaBoost algorithm English PPT, the algorithm of each step have done a example to explain, can help a good understanding of AdaBoost algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:289961
    • 提供者:cantonkk
  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_FD

    0下载:
  2. 在人脸检测中,使用Adaboost算法在一幅图像中检测出人脸具有比以往算法都要高的效率,这几篇论文是有关Adaboost方面的-Human Face Detection in the use of Adaboost algorithm in an image detected with people face higher than the efficiency of algorithms, this thesis is related to several aspects of Adaboos
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-16
    • 文件大小:3771084
    • 提供者:孙家冕
  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
    • 文件大小:7391
    • 提供者:huzhanqi
  1. GML_AdaBoost_Matlab_Toolbox_0[1].3

    0下载:
  2. 该文件里面包含了三个AdaBoost算法,使用非常方便-The document which contains three AdaBoost algorithm, is very convenient to use
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:103240
    • 提供者:zhangwei
  1. Adaboost_Tutorial

    0下载:
  2. Adaboost算法的介绍,经典的文章,帮助大家理解-Adaboost algorithm, the classic articles, help us to understand
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:420486
    • 提供者:何斌
« 1 2 3 45 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com