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

搜索资源列表

  1. HOG

    5下载:
  2. 这是最简洁,注释得最好的HOG(Histogram Oriented Gradient)算法的matlab实现。可用于行人识别和物体跟踪。-This code is well commented, which enables the adjusting of the HOG parameters. This code was developed for the work: O. Ludwig, D. Delgado, V. Goncalves, and U. Nunes, Trainable
  3. 所属分类:matlab例程

    • 发布日期:2012-11-08
    • 文件大小:1893
    • 提供者:袁宇
  1. phogDescriptor

    0下载:
  2. 在输入区域上计算输入图片的梯度直方图(PHOG)-Computes Pyramid Histogram of Oriented Gradient over a ROI
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1914
    • 提供者:janet
  1. matlab

    0下载:
  2. histogram of oriented gradient
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:46518
    • 提供者:leila
  1. HOG

    0下载:
  2. IT S A MATLAB CODE FOR HISTOGRAM OF GRADIENT ORIENTED.-IT S A MATLAB CODE FOR HISTOGRAM OF GRADIENT ORIENTED.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:17301
    • 提供者:na
  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(1)_MatlabCode_20090408

    0下载:
  2. HOG(histogram of oriented gradient)的matlab例子。-matlab examples of HOG (histogram of oriented gradient)
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:3540
    • 提供者:liyuzhe
  1. tracking

    0下载:
  2. 本文提出了一种复杂条件下基于子空间梯度方向直方图跟踪的方法,通过大量样本的离线训练构建目标的投影子空间,并用梯度方向直方图在子空间的投影作为新的目标描述特征. 为了满足实时性的要求,采用积分直方图方法 提高粒子特征的计算速度 然后结合粒子滤波方法在子空间中计算粒子与训练样本集之间的相似度,进而估计目标的运动参数.-A subspace t racking method is proposed to t rack target s under complex environment s. Fi
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:744088
    • 提供者:wenping
  1. MyHogMatlabToolBox

    0下载:
  2. Histogram of Oriented Gradient toolbox, can be used for object detection and object recognition. This code is not for commercial purpose.
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:28137
    • 提供者:txrubish
  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_OpenCV

    1下载:
  2. HOG即histogram of oriented gradient, 是用于目标检测的特征描述子,该技术将图像局部出现的方向梯度次数进行计数,该方法和边缘方向直方图、scale-invariant feature transform类似,不同的是hog的计算基于一致空间的密度矩阵来提高准确率。Navneet Dalal and Bill Triggs首先在05年的CVPR中提出HOG,用于静态图像or视频的行人检测。-HOG i.e. histogram of oriented gradien
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1754323
    • 提供者:王飞
  1. HOG

    1下载:
  2. 方向梯度直方图,计算一副图像的方向梯度直方图表示,图像由直方图表示-Histogram of oriented gradient
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1064
    • 提供者:高广谓
  1. Histogram-OrientedGradient

    0下载:
  2. HOG(Histogram of Oriented Gradient)方向梯度直方图,主要用来提取图像特征,最常用的是结合svm进行行人检测。-HOG (Histogram of Oriented Gradient) direction of the gradient histogram is mainly used to extract image features, the most commonly used is a combination of svm detect pedestria
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:171607
    • 提供者:flyingeye10
  1. HOGforall

    0下载:
  2. 图像特征提取算法之一,HOG(梯度直方图)-histogram of oriented gradient
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1367
    • 提供者:黄昕
  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. HOG

    0下载:
  2. 计算数字图像的梯度直方图信息,得到特征描述子矩阵,适用于matlab开发环境中-Histogram of Oriented Gradient
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:4462
    • 提供者:周磊
  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 代码.docx

    0下载:
  2. HOG 方向梯度直方图(Histogram of Oriented Gradient, HOG)特征是一种在计算机视觉和图像处理中用来进行物体检测的特征描述子(The Histogram of Oriented Gradient (HOG) feature is a feature descr iptor used for object detection in computer vision and image processing.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:49152
    • 提供者:就爱吃麻酱
  1. hog-feature

    1下载:
  2. 方向梯度直方图(Histogram of Oriented Gradient, HOG)特征是一种在计算机视觉和图像处理中用来进行物体检测的特征描述子。它通过计算和统计图像局部区域的梯度方向直方图来构成特征。Hog特征结合SVM分类器已经被广泛应用于图像识别中,尤其在行人检测中获得了极大的成功。需要提醒的是,HOG+SVM进行行人检测的方法是法国研究人员Dalal在2005的CVPR上提出的,而如今虽然有很多行人检测算法不断提出,但基本都是以HOG+SVM的思路为主(The Histogram
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:162816
    • 提供者:赵阿敏
搜珍网 www.dssz.com