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

搜索资源列表

  1. adaboost

    1下载:
  2. 基于ADABOOST的人脸检测代码,使用继承的策略,包括特征的计算,提取,ADABOOST训练,级联,最后训练出数据,还有注释,可以帮助大家研究ADBOOST-Based on ADABOOST face detection code, the use of inheritance strategies, including the calculation of features, extraction, ADABOOST training cascade, the last train out
  3. 所属分类:Graph Recognize

    • 发布日期:2014-06-03
    • 文件大小:13312
    • 提供者:
  1. Adaboost

    0下载:
  2. Adaboost算法在人脸检测中的应用.使用VC编写的程序-Adaboost face detection algorithm in the application. Using programs written in VC
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:407055
    • 提供者:akun
  1. Adaboost-m

    0下载:
  2. 基于ADABOOST算法的人脸检测matlab程序-the face detection matlab program based on ADABOOST algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:268602
    • 提供者:lty
  1. Adaboost_guy

    0下载:
  2. Adaboost 算法的简单实现程序,适合初学者使用-Adaboost algorithm to achieve a simple procedure, suitable for beginners to use
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-16
    • 文件大小:272441
    • 提供者:路月
  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. HarrDetect

    0下载:
  2. adaboost 人脸检测,实现批量检测功能,并统计分类器性能-adaboost face detection, to achieve mass detection and performance of statistical classification
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:24690651
    • 提供者:郑恩
  1. AdaBoost

    1下载:
  2. 人脸识别Adaboost源代码,用matlab编写实现,使用Adaboost算法进行人脸检测-source code for face recognation using Adaboost
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:948
    • 提供者:孙家冕
  1. adaboost

    1下载:
  2. 人脸识别的adaboost。包括load_images,imresize,Classify。-Face Recognition adaboost. Including load_images, imresize, Classify.
  3. 所属分类:其他小程序

    • 发布日期:2014-03-18
    • 文件大小:3066970
    • 提供者:任课
  1. Adaboost

    1下载:
  2. 用adaboost 算法, 进行人脸检测.-With adaboost face detection algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:268137
    • 提供者:韩锡辉
  1. AdaBoost

    0下载:
  2. 一些关于Adaboost人脸检测的好的论文-Adaboost face detection about good papers
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-05-13
    • 文件大小:3418068
    • 提供者:郭峰
  1. detection3

    0下载:
  2. 在AdaBoost人脸检测的基础上,对眼睛实现精确定位。先得到人脸图像的谷区域图像, 再获取眼睛的候选点,综合分离度信息和霍夫变换的结果来计算每一个眼睛对的代价函数,找到比较 准确的眼睛位置。-In the AdaBoost face detection based on the accurate positioning of the eyes. Obtain prior approval from the image of the Valley area face images,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:510089
    • 提供者:张正荣
  1. adaboost

    0下载:
  2. adaboost 人脸检测算法,人脸检测系统的研究与实现,非常全面的文章-adaboost face detection algorithms, Face Detection System Research and Implementation of a very comprehensive article
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1640479
    • 提供者:叶小勇
  1. FaceDetectorOtherversion

    3下载:
  2. 采用adaboost算法用于人脸检测,实现较快的人脸识别。使用MATLAB语言编写。-Using adaboost face detection algorithm is used to achieve a faster face recognition. Using the MATLAB language.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-06
    • 文件大小:786386
    • 提供者:sysun
  1. Adaboost-for-face-detection

    0下载:
  2. 使用Adaboost算法实现人脸检测的论文集合,有四篇优秀硕士论文和一篇文献-Use of Adaboost face detection algorithm is a collection of papers, there are four excellent papers and a Master of Literature
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-30
    • 文件大小:12329134
    • 提供者:竹下寺宁
  1. Adaboost

    0下载:
  2. Adaboost人脸检测方法及其并行实现-Adaboost face detection method and its parallel implementation
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:379903
    • 提供者:姓名而已
  1. Adaboost-OpenCV

    0下载:
  2. Adaboost人脸检测方法及其并行实现-Adaboost face detection method and its parallel implementation
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:330055
    • 提供者:姓名而已
  1. Adaboost-face-detection

    0下载:
  2. Adaboost face detection
  3. 所属分类:OpenCV

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

    0下载:
  2. matlab中的adaboost人脸检测算法(AdaBoost face detection)
  3. 所属分类:图形图象

    • 发布日期:2017-12-19
    • 文件大小:6144
    • 提供者:白小兔
  1. adaboost

    1下载:
  2. matlab中可运行的adaboost人脸识别算法(Adaboost face recognition algorithm that can run in matlab)
  3. 所属分类:图形/文字识别

    • 发布日期:2021-04-13
    • 文件大小:912384
    • 提供者:1111122222222
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com