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

搜索资源列表

  1. DeepLearnToolbox_CNN_lzbV3.0

    5下载:
  2. CNN - 主程序 参考文献: [1] Notes on Convolutional Neural Networks. Jake Bouvrie. 2006 [2] Gradient-Based Learning Applied to Document Recognition. Yann LeCun. 1998 [3] https://github.com/rasmusbergpalm/DeepLearnToolbox 作者:陆振波 电子
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:982016
    • 提供者:陆振波
  1. codes-matlab

    0下载:
  2. this codes is Source code for face detection of viola paper.of its Features is: Feature Computation: The “Integral” image representation Feature Selection: The AdaBoost training algorithm . Real-timeliness: A cascade of classifiers.-this code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:420623
    • 提供者:fatemeh
  1. Adaboost_Std_full

    0下载:
  2. adaboost方法是一种重要的图像处理方法,通过几个弱的分类器,得到一个强分类器。-Adaboost method is a kind of classificatioin method, which is widely used in image processing.This method use several weak classification method and get the strong classification method.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1803236
    • 提供者:flywithheart
  1. resample

    0下载:
  2. Resample dataset for learning with adaboost/boosting
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:643
    • 提供者:Ployphan
  1. code

    0下载:
  2. 模式识别,包括从数据录入,one against rest, one against the other 比较方式下的 relax batch algorithm selection 和 adaboost 等.-pattern recognition, including data load, batch selection and correspondent adaboost scr ipts, also the training data include one against rest,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3392
    • 提供者:浅笑
  1. facedetector_src

    0下载:
  2. MFC实现的基于AdaBoost算法的人脸检测源代码,通过摄像头拍摄动态检测人脸-MFC implementation of the AdaBoost algorithm based on the face detection of the source code, through the camera to detect the dynamic detection of human face
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-05-18
    • 文件大小:4929815
    • 提供者:dxy
  1. Adaboost_Std_full

    0下载:
  2. 基于AdaBoost的面部图像男女性别的识别过程。深入的对算法进行了解。-Based on AdaBoost sexes in facial image recognition process. An in-depth understanding of algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:1807973
    • 提供者:陶思然
  1. Ada_SVM

    1下载:
  2. AdaBoost 和SVM 组合 分类识别代码-combine AdaBoost and SVM to classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-06-20
    • 文件大小:451584
    • 提供者:yang
  1. FaceDect-master

    0下载:
  2. 基于增强Adaboost分类器人脸检测,效果很不错!值得借鉴!-Enhanced Adaboost classifier based on face detection, the effect is very good! Worth learning!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-01
    • 文件大小:375321
    • 提供者:刘飞
  1. face_detection

    0下载:
  2. 利用opencv进行人脸检测,运用了adaboost的haar特征-Use opencv face detection, the use of haar features adaboost
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1262428
    • 提供者:大白爱打牌
  1. AdaBoost

    0下载:
  2. This the main project file for VC++ projects generated using an Application Wizard. It contains information about the version of Visual C++ that generated the file, and information about the platforms, configurations, and project features selec
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12358564
    • 提供者:jia
  1. JointFacedetection20160630

    0下载:
  2. 联合adaboost和SVM的人脸检测 基于opencv库 人脸特征点检测 sift特征描述-face detection
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-06
    • 文件大小:893342
    • 提供者:严小乐
  1. adaboost

    0下载:
  2. 使用adaboosting算法来实现人脸识的功能-adaboosting face recognition algorithm
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:241413
    • 提供者:
  1. chapter_matlab

    0下载:
  2. 根据BP神经网络理论和Adaboost,在MATLAB中编程实现BP_Adaboost算法的公司财务预测建模-According to BP neural network theory and Adaboost, in MATLAB programming BP_Adaboost predictive modeling algorithm finance company
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:61712
    • 提供者:wangmengli
  1. multicalss_adaboost

    0下载:
  2. 用于EMG信号模式识别的adaboost算法,实现了多种动作模式的识别,内有数据。-the pattern recognition of EMG signal with adaboost algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:65208
    • 提供者:zhanghuajie
  1. demoadaboost

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

    • 发布日期:2017-05-04
    • 文件大小:21567
    • 提供者:罗齐
  1. data

    0下载:
  2. 使用matlab编程的,行人检测的adaboost分类器的数据,-adaboost classifier pedestrian detection of programming data
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3014785
    • 提供者:li
  1. example

    0下载:
  2. adaboost example face detection
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:860
    • 提供者:hoss
  1. haar_face_detection

    0下载:
  2. 运用Adaboost算法haar分类器实现的人脸检测,帧率是32。-Using Adaboost face detection algorithm of Haar classifier, the frame rate is 32.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4249292
    • 提供者:zhanghf
  1. adaboost_last

    0下载:
  2. adaboost分类算法的C++实现,可直接运行-adaboost classification algorithm C++ achieve, can be directly run
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:10736
    • 提供者:panshengnan
« 1 2 ... 33 34 35 36 37 3839 40 41 »
搜珍网 www.dssz.com