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

搜索资源列表

  1. plate-detection

    1下载:
  2. 车牌识别的算法描述:Haar特征以及Adaboost分类器-License Plate Recognition Algorithm Descr iption: Haar features and Adaboost classifiers
  3. 所属分类:software engineering

    • 发布日期:2014-08-29
    • 文件大小:263168
    • 提供者:郭莹莹
  1. spider20060724

    3下载:
  2. 机器学习和模式识别工具包spider。内容很丰富。包含svm 决策树(C45,J48)、svm、knn、adaboost、bagging、hmm(隐马尔科夫模型)、随机树(random forest)等-Machine learning and pattern recognition toolkit spider. Very rich in contents. Tree contains svm (C45, J48), svm, knn, adaboost, bagging, hmm (hidd
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4979712
    • 提供者:
  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. adaboost_cafe

    0下载:
  2. adaboost source code
  3. 所属分类:Console

  1. Face_Detection

    0下载:
  2. 人脸检测一些经典入门资料,包括基于adaboost算法的人脸检测方法。学习人脸检测必备论文。-Face Detection some classic introductory information, including those based on adaboost algorithm for face detection method. Face Detection learn essential papers.
  3. 所属分类:Graph program

    • 发布日期:2017-05-17
    • 文件大小:4442517
    • 提供者:洛天
  1. FaceDetectTestCode

    0下载:
  2. 用C#版的openCV库——EmguCV编写的人脸检测测试程序。使用Adaboost算法。-With C# version of the openCV library- EmguCV prepared Face detection test procedures. Using Adaboost algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3987860
    • 提供者:cdj
  1. ThreeZhen

    0下载:
  2. 基于Opencv方法做的一个先利用三帧差分法检测视频中运动目标!,再利用adaboost算法检测人脸!能运行效果有待改进!-Opencv based method to do a first use of three difference method to detect moving objects in video! , Re-use adaboost algorithm to detect human face! The effect can be improved to run!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3559320
    • 提供者:秦朗
  1. RET_iccv13_preprint

    0下载:
  2. Very recently tracking was approached using classification techniques such as support vector machines. The object to be tracked is discriminated by a classifier from the background. In a similar spirit we propose a novel on-line AdaBoost featur
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:327677
    • 提供者:lili
  1. AdaBoost_theory

    0下载:
  2. 介绍了AdaBoost的理论,对理解AdaBoost算法有很大的帮助-Introduce the theory of AdaBoost algorithm, it is helpful for comprehending the AdaBoost algorithm.
  3. 所属分类:Development Research

    • 发布日期:2017-05-02
    • 文件大小:1007685
    • 提供者:邢金星
  1. threshold_tr

    0下载:
  2. adaboost程序,演示程序,直接可以运行,修改部分程序即可运用到自己的应用中-adaboost, presentation program can run directly modify parts of the program can be applied to their own applications
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5680
    • 提供者:
  1. adaboost

    0下载:
  2. matalb adaboosting的算法应用-matlab of adaboosting。
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:430321
    • 提供者:张贤哲
  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. Adaboost-faceROIencoding

    0下载:
  2. 详细介绍了基于ADABOOT算法识别人脸的过程,对于做人脸识别的工程师具有很好的很好的参考价值-Details of the process is based on ADABOOT face recognition algorithm, face recognition for doing a good engineer with a good reference value
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:225482
    • 提供者:KDM
  1. facedetection_AdaBoost

    0下载:
  2. 这是用vs2010开发的基于AdaBoost的人脸识别程序,适合初学者使用-It is developed with vs2010 AdaBoost-based face recognition program, suitable for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-17
    • 文件大小:27524096
    • 提供者:马丽
  1. face_M3

    0下载:
  2. 基于adaboost的人脸检测算法的matlab实现过程,希望对需要的朋友有帮助-Face detection based on adaboost algorithm matlab process, hope to help to friends
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:183344
    • 提供者:谈谈
  1. Classifier

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

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

    0下载:
  2. adaboost算法代码可以在matlab中运行-adaboost algorithm code
  3. 所属分类:matlab

    • 发布日期:2017-06-13
    • 文件大小:20092454
    • 提供者:黄吴浩
  1. camTEST

    0下载:
  2. 基于adaboost人脸检测,通过LBP人脸识别的C++程序,视频源采用摄像头(视频采集这块用到OPENCV,如果用的话先下载OPENCV244,这里就不上传了)。-Adaboost based face detection, face recognition by LBP C++ program, the video source using the camera (video capture this use OPENCV, if used to download OPENCV244, he
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3902776
    • 提供者:周龙龙
  1. haar

    0下载:
  2. 基于adaboost人脸检测,用生成好的样本。(用到OPENCV读取图像的库,使用前请下载opencv244)-Adaboost based face detection with generating good samples.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-26
    • 文件大小:9161848
    • 提供者:周龙龙
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 ... 44 »
搜珍网 www.dssz.com