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

搜索资源列表

  1. multiboost.tar

    0下载:
  2. 一个多类Adaboost训练和分类器,用C++编写-Training and a multi-class Adaboost classifier, written in C++
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:263414
    • 提供者:baby
  1. FaceDetection

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

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

    0下载:
  2. adaboost简介和应用在人脸识别中的。-Introduction and application of adaboost on Face Recognition.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:106921
    • 提供者:韩飞
  1. CRL-2001-1

    0下载:
  2. 这片论文描述了动态物体的特征跟踪,用到了15个框架。拥有很强的适应性和跟踪能力。作为人脸识别,模式识别,动态跟踪的开发人员,有很好的参考价值。用c++编写,如果用OpenCV更好-This paper describes a visual object detection framework that is capable of processing images extremely rapidly while achieving high detection rates. There ar
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:784341
    • 提供者:lai
  1. Adaboostfacerecongize

    0下载:
  2. 一个正面的adaboost的人脸识别的代码,但不是本人所作-adaboost face recongize
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4201844
    • 提供者:古敏
  1. facedetect

    0下载:
  2. 基于opendv库,在新的颜色空间中进行肤色校正的Adaboost人脸检测。-On opendv library, in the new color space for color correction of Adaboost face detection.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:2567284
    • 提供者:宋兵
  1. VideoFaceDetect

    2下载:
  2. 使用matlab调用opencv做成的adaboost人脸检测DLL模块,在usb摄像头采集的视频序列中检测人脸并实时显示, 实时性比C低。 下载后可以直接在matlab运行,不要改动文件夹内的文件相对位置。-Opencv matlab call made using adaboost face detection DLL module, usb camera capture video sequences of face detection and real-time displa
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-18
    • 文件大小:911802
    • 提供者:谭恒良
  1. FaceDetection_MATLAB_Call_OpenCV

    0下载:
  2. 本程序在MATLAB中调用了OpenCV的AdaBoost检测器实现了人脸检测,还可用来学习MATLAB中调用C/C++代码的方法,研究人脸识别和希望熟悉MATLAB的同志们不妨试一试。-This procedure is called in MATLAB, OpenCV the AdaBoost detector implemented face detection, can also be used to learn MATLAB to call C/C++ code used to stu
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1892374
    • 提供者:
  1. CODE

    1下载:
  2. 1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序
  3. 所属分类:matlab

    • 发布日期:2015-10-28
    • 文件大小:6918144
    • 提供者:张数
  1. haar_FACE_detction

    0下载:
  2. 用C++编写的人脸检测程序,基于ADABOOST的,里面有14级强分类器以及每层强分类器所含弱分类器的参数,附检测图片,检测效果很好- face detection program written in C++ based on ADABOOST, and there are 14 strong classifiers, and each strong classifier contains the parameters of the weak classifier, it also has t
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:2848963
    • 提供者:
  1. FaceDetection

    0下载:
  2. 静态人脸检测程序。基于Adaboost的检测算法,使用OpenCV中提供的函数在Visual C++2005中实现一个人脸检测程序。-Static face detection process. Adaboost-based detection algorithm using OpenCV provides a function to implement a face detection program in Visual C++2005 in.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1598885
    • 提供者:zfy
  1. AdaBoostMHClass

    0下载:
  2. adaboost算法的C语言源代码,大牛编写,很有参考价值-adaboost algorithm C language source code, written in large cattle, great reference value
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:651479
    • 提供者:邱隐
  1. dastebandi

    1下载:
  2. Design a feedforward network is u dehaze algorithms review path planning using GA and ACO... The neural network adaboost stron TS neural network m files, fast c bp neural network, written with C Bayes net and memory based learni
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:90765
    • 提供者:mohsen
  1. estekhraj-vijegi

    1下载:
  2. Design a feedforward network is u dehaze algorithms review path planning using GA and ACO... The neural network adaboost stron TS neural network m files, fast c bp neural network, written with C Bayes net and memory based learni
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:13821
    • 提供者:mohsen
  1. plate-crad-detect

    2下载:
  2. 基于haar+adaboost的车牌检测系统,可以说,国内前几名。 高清大图,小目标的车牌检测性能很好。可以支持多目标检测,检测速度1080P 时间在100ms以内,针对雨雾天,污迹,脏的车牌检测效果很好。 系统采用标准C C++开发,方便移植到linux,arm等-Based haar+adaboost license plate detection system, it can be said before the domestic few. HD big picture, lice
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-12-18
    • 文件大小:6899712
    • 提供者:笨笨
  1. Adaboost

    0下载:
  2. 该Adaboost算法用C++实现的基本Adaboost算法,对于初学Adaboost算法和理解Adaboost算法的学生有一定的帮助!如发现我代码中存在错误或不足,欢迎指正,谢谢!-The basic Adaboost algorithm Adaboost algorithm implemented with C++, Adaboost algorithm for beginners and students understand Adaboost algorithm will certain
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2645
    • 提供者:thinkpadx3
搜珍网 www.dssz.com