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

搜索资源列表

  1. HOG-LBP-detection

    4下载:
  2. 该程序分别提取正负样本图像的HOG和LBP特征,利用支持向量机进行样本训练,得到行人分类器。利用训练好的分类器进行检测,实验结果表明,该方法可以有效检测出图像中的行人,并达到了较好的检测结果。-A novel approach based on combining Histogram of oriented gradients (HOG) and LocalBinary Pattern(LBP) is suggested in the program.Also liner SVM is acte
  3. 所属分类:其他小程序

    • 发布日期:2013-02-16
    • 文件大小:14247
    • 提供者:邵文
  1. Scale_Space_Histogram_of_Oriented__Gradients_for_H

    0下载:
  2. 本文运用尺度空间理论检测人体,通过集成 面向梯度与histogramof尺度空间理论 -Human detection is the task of finding presence and position of human beings in images. In this paper, we apply scale space theory to detecting human in still images. By integrating scale space
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:141877
    • 提供者:谷川
  1. HOGCalculator

    0下载:
  2. HOG calculator, takes filename as input and calculates Histogram of oriented gradients from the input image.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:980
    • 提供者:amol
  1. learcode

    0下载:
  2. Histogram of oriented gradients 作者源码。 -Original Sourcecode of Histogram of Oriented Gradients
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1649332
    • 提供者:he
  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. Multiple-Pedestrian-Tracking-using-Colour-and-Mot

    0下载:
  2. This paper presents a method that combines colour and motion information to track pedestrians in video sequences captured by a fixed camera. Pedestrians are firstly detected using the human detector proposed by Dalal and Triggs which involves com
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:484766
    • 提供者:linuszhao
  1. HOG_linux

    0下载:
  2. 提取图像方向梯度的直方图特征,image processing(图像处理)-HOG feature extraction Descr iption This program is used to extract HOG(Histograms of oriented gradients) features from images. The integral histogram is used for fast histogram extraction. Both APIs and b
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:553304
    • 提供者:
  1. HOG

    0下载:
  2. 为了准确地对监控场景中的运动目标进行语义上的分类, 提出了一种基于聚类的核主成分分析梯度方向直方图和二叉决策树支持向量机的运动目标分类算法.利用背景减法提取运动目标前景区域, 并识别出潜在候选运动目标.利 用提出的基于聚类的核主成分分析的梯度直方图描述子提取候选运动目标的特征, 以较低维数的数据有效地描述运动目标的有效特征. 将提取的运动目标特征输入二叉决策树支持向量机, 实现多类目标的准确分类. 通过在不同视频序列上的实验验证, 提出的算法对运动目标进行较好地分类, 而且在运算速度方面较传
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:272368
    • 提供者:高峰
  1. hog1

    0下载:
  2. Histogram of Oriented Gradients (HOG) are feature descr iptors used in computer vision and image processing for the purpose of object detection. The technique counts occurrences of gradient orientation in localized portions of an image. This method i
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:596
    • 提供者:Mohammad
  1. hog

    0下载:
  2. 方向梯度直方图的全部代码,广泛应用于行人检测行人检测-Histogram of Oriented Gradients code Pedestrian Detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:140444
    • 提供者:Tang
  1. Igohd

    0下载:
  2. 图像梯度方向直方图描述子:,该方法使用梯度方向直方图(Histogram of Oriented Gradients,简称HOG) 特征来表达人体,提取人体的外形信息和运动信息,形成丰富的特征集,然后使 用支持向量机线性SVM 分类器对这些特征集进行训练。-Image gradient orientation histogram descr iptor
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:429345
    • 提供者:gfzs
  1. hog-feature

    0下载:
  2. HOG(方向梯度直方图)图像特征提取,以lena图像作为示例-HOG (Histogram of Oriented Gradients) image feature extraction, image as an example to lena
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:12253
    • 提供者:wade
  1. cvHOG

    0下载:
  2. The code below is implementation of HOG (Histogram-of-Oriented Gradients) descr iptor and object detection, introduced by Navneet Dalal and Bill Triggs. The computed feature vectors are compatible with the INRIA Object Detection and Localization
  3. 所属分类:OpenCV

    • 发布日期:2017-04-25
    • 文件大小:29077
    • 提供者:ahmad
  1. efficientLBP

    0下载:
  2. efficient LBP Local binary patterns (LBP) is a type of feature used for classification in computer vision. LBP is the particular case of the Texture Spectrum model proposed in 1990.[1][2] LBP was first described in 1994.[3][4] It has since been found
  3. 所属分类:Software Testing

    • 发布日期:2017-05-11
    • 文件大小:2400394
    • 提供者:Rajesh Kumar
  1. hog

    0下载:
  2. 方向梯度直方图(Histogram of Oriented Gradient, HOG)特征,计算机视觉和图像处理中用来进行物体检测的特征描述子的实现-Histogram of oriented gradients (Histogram of Oriented Gradient, HOG) characteristics, computer vision and image processing used for object detection feature descr iptor real
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1166
    • 提供者:杨洋
  1. hog144

    0下载:
  2. histogram of oriented gradients for leaf identification
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-09
    • 文件大小:1570679
    • 提供者:VEERA
  1. HOG

    0下载:
  2. HISTOGRAM OF ORIENTED GRADIENTS
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1013
    • 提供者:Sinthiya
  1. HOG

    6下载:
  2. 读取一24位彩色图像,计算其以下图像特征: 1)灰度直方图 2)颜色直方图(RGB3个通道) 3)方向梯度直方图(HOG,将图像分成4*4 16个块,8个梯度方向) -Read a 24-bit color images, calculate the following image features: 1) Histogram 2) color histogram (RGB3 channels) 3) histogram of oriented gradients (HOG, t
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1566171
    • 提供者:王梓涵
  1. HOG_Matlab

    0下载:
  2. Histogram of Oriented Gridients(HOG) 方向梯度直方图,具备几何和光学转化不变性。常用于行人检测中-Histogram of Oriented Gridients (HOG) histogram of oriented gradients, with geometric and optical transformation invariance. Commonly used in pedestrian detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:527225
    • 提供者:mutong
  1. ImageClassification-master

    1下载:
  2. 在这个项目中,我们的目标是建立一个识别和大小231x231图像呈现对象分类系统。我们得到了一组训练图像,每四个标签之一:1飞机;汽车2;3马,否则。我们提供了两个特点:一是方向梯度直方图(HOG),其尺寸为5408;另一个是overfeat ImageNet美国有线电视新闻网的特点,其尺寸37000。关于测试图像,我们只给出了每个图像的功能,没有标签,结果判断由平地机。我们的目标是提供二进制和多个预测。平衡错误率(BER)是我们的性能评估。为了解决这个问题,我们首先减少PCA的问题的维数,处理不
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-15
    • 文件大小:322560
    • 提供者:杨雪
« 12 »
搜珍网 www.dssz.com