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

搜索资源列表

  1. HaarTraining

    0下载:
  2. Rapid Object Detection With A Cascade of Boosted Classifiers Based on Haar-like Features-Rapid Object Detection With A Cascade of Bo osted Classifiers Based on Haar - like Features
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:257669
    • 提供者:黄笑
  1. How-to-build-classifier-

    0下载:
  2. 如何利用opencv训练自己的分类器,内有多篇资料,本人用过一次,可能样本太少,效果不太好-How-to build a cascade of boosted classifiers based on Haar-like features.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:607428
    • 提供者:
  1. OpenCV_ObjectDetection_HowTo

    0下载:
  2. How-to build a cascade of boosted classifiers based on Haar-like features
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:285548
    • 提供者:humanbeing
  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. find_the_target_using_Harr

    0下载:
  2. 利用针对某目标物体训练级联的Harry分类器寻找在图像中找到包含目标物体的矩形区域-Training against a target object using a cascade of classifiers for Harry to find in the image of the rectangle that contains the object
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:178728
    • 提供者:孙波
  1. adaboost_version1b

    1下载:
  2. 最经典AdaBoost实现,适合初学,有大量详细的注释,容易理解-This a classic AdaBoost implementation, in one single file with easy understandable code. The function consist of two parts a simple weak classifier and a boosting part: The weak classifier tries to find the b
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3969
    • 提供者:wj
  1. OpenCV_ObjectDetection_HowTo

    0下载:
  2. How-to build a cascade of boosted classifiers based on Haar-like features
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:283944
    • 提供者:luyen
  1. Combining-face-detection-and-people-tracking-in-v

    0下载:
  2. Face detection algorithms are widely used in computer vision as they provide fast and reliable results depending on the application domain. A multi view approach is here presented to detect frontal and profile pose of people face using Histogram of
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:294074
    • 提供者:linuszhao
  1. adaboost_version1e

    0下载:
  2. 这是一个经典的形变模型实施,在一个单一的文件用简单的可以理解的代码。 功能包括两部分一个简单的弱分类器和一个促进部分: 弱分类器试图找到最佳阈值的数据维数对数据进行分离成两个阶级1和1 要求的进一步提高分类器部分迭代,每一步是变化分类权重miss-classified例子。这造成了一连串的“弱分类器”,表现得像一个“强大分类器” -This a classic AdaBoost implementation, in one single file with easy unders
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:4168
    • 提供者:文泽枫
  1. 2009_Face-detection-

    0下载:
  2. [PR 2009 ]LLU_Face detection using simplified Gabor features and hierarchical regions in a cascade of classifiers.pdf
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1049006
    • 提供者:Felix
  1. Build-cascade--classifiers--

    0下载:
  2. How-to build a cascade of boosted classifiers based on Haar-like features
  3. 所属分类:OpenCV

    • 发布日期:2017-04-17
    • 文件大小:285656
    • 提供者:小李
  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. 0-svnn

    0下载:
  2. 这段代码实现了一个新的MLP神经网络训练方法,来自论文A new method for neural network regularization(内附)-This code implements a new training method for MLP neural networks, named Support Vector Neural Network (SVNN), proposed in the work: O. Ludwig “Study on Non-parametric Me
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3062698
    • 提供者:孙园
  1. main

    0下载:
  2. 人脸检测: 第一部分,使用Harr-like特征表示人脸,使用“ 积分图”实现特征数值的快速计算; 第二部分, 使用Adaboost算法挑选出一些最能代表人脸的矩形特征( 弱分类器),按照加权投票的方式将弱分类器构造为一个强分类器; 第三部分, 将训练得到的若干强分类器串联组成一个级联结构的层叠分类器,级联结构能有效地提高分类器的检测速度。(Face detection: In the first part, the Harr-like feature is used t
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:14024235
搜珍网 www.dssz.com