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

搜索资源列表

  1. hog_extraction.rar

    1下载:
  2. 基于OPENCV的静止图像的HOG特征提取算法的全部程序,完全可用于各种图像的HOG特征提取,以进一步训练分类器进行行人检测,source code that apply to the pedestrian detection based on OPENCV.this document can help you extract HOG features from any type image which include human in it
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:3.65kb
    • 提供者:lightblueboy
  1. HOG

    2下载:
  2. 图片分块,并计算任何一个区域的柱状分析 to obtain HOG features for a cell/block region of image pixels- to obtain HOG features for a cell/block region of image pixels
  3. 所属分类:Graph program

    • 发布日期:2016-03-13
    • 文件大小:640byte
    • 提供者:Jerry
  1. CreateFeatureBin

    0下载:
  2. 提取HOG特征,写入bin文件(源码) 5 提取HOG特征,写入bin文件(源码.Loadpos将info.dat(样本描述文件,开头是样本数量和大小,然后每一行代表一个样本,分别是图像文件名、目标个数....... -HOG feature extraction, write bin files (source code) 5 extracted HOG features, write bin files (source code. Loadpos will info.dat (sa
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:2.69mb
    • 提供者:简宏伟
  1. HumanDetection

    0下载:
  2. 使用HOG特征进行人体检测,接口简介,方便使用。-using HOG features to detect poeple in the image or the frame of vidoe.
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:29.02kb
    • 提供者:Hector
  1. Acivs09Code

    0下载:
  2. AbstractWe investigate the problem of pedestrian detection in still images. Sliding window classifiers, notably using the Histogram-of-Gradient (HOG) features proposed by Dalal and Triggs are the state-of-the-art for this task, and we base our method
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-25
    • 文件大小:52.6kb
    • 提供者:Flavio58
  1. hog3D

    0下载:
  2. HOG3D,三维情境下检测兴趣点的源码,HOG特征的论文可以很容易搜到-HOG3D, three situations of interest points detected source, HOG features can easily search to papers
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.06mb
    • 提供者:牛虻
  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
    • 文件大小:287.18kb
    • 提供者:linuszhao
  1. DalalThesis

    0下载:
  2. the original Thises about HOG features
  3. 所属分类:Project Design

    • 发布日期:2017-06-12
    • 文件大小:18.6mb
    • 提供者:Jim
  1. HOG

    1下载:
  2. 对一副图像进行特征提取,HOG特征的提取,这里有HOG特征的提取代码。-For a pair of image feature extraction, HOG feature extraction, here s a HOG features of the extracted code.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:146.48kb
    • 提供者:许依
  1. hog

    1下载:
  2. 这是基于Matlab的Hog特征提取函数-This is Hog Features programming for Matlab
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:4.3kb
    • 提供者:王丽
  1. 程序

    1下载:
  2. 检测前景,提取HOG特征,建立数据库,计算梯度(Detecting foreground and extracting HOG features)
  3. 所属分类:图形图像处理

  1. HOG-LBP detection

    2下载:
  2. 检测lbp+hog特征,MATLAB代码,用于特征识别和检测(Detect lbp+hog features)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:13kb
    • 提供者:steve_ustc
  1. hog_bp

    1下载:
  2. 利用直方图hog特征,在bp神经网络下的分类。(Classification of BP neural networks using histogram hog features.)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-17
    • 文件大小:1kb
    • 提供者:ZCC7
  1. HoG (2)

    1下载:
  2. code to extract hog features
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:7kb
    • 提供者:Eng.Fulla
  1. HOG

    0下载:
  2. hog features extraction
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:1kb
    • 提供者:Eng.Fulla
  1. 利用Hog特征和SVM分类器进行行人检测

    0下载:
  2. 利用Hog特征和SVM分类器进行行人检测(Using Hog features and SVM classifiers for pedestrian detection)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:56.42mb
    • 提供者:Elena0806
  1. HOG

    0下载:
  2. 将这330个3780维的HOG特征当做测试样本,用支持向量机(SVM)分类器来判别出,这些窗口的HOG特征是否有行人,有行人的用矩形框标记起来。HOG行人特征及所对应的SVM分类器的参数,在opencv中已经训练好了,我们只需要得到HOG特征,然后调用SVM即可得到判别结果(The 330 Hera features of 3780 dimensions are used as test samples, and the support vector machine (SVM) classifi
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:4.97mb
    • 提供者:satchel
  1. Lena图的HOG特征

    2下载:
  2. 提取灰度图的hog特征,非常好用,我用Lena图的(Extracting hog features of grayscale is very useful. I use Lena diagram.)
  3. 所属分类:网络编程

  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
    • 文件大小:159kb
    • 提供者:赵阿敏
  1. HOG-descriptor-master

    1下载:
  2. 提取HOG特征,简洁好用,使用方便,大家可以下载使用,使用matlab实现(Extraction of HOG features)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-04
    • 文件大小:408kb
    • 提供者:memeda9
« 12 3 4 5 »
搜珍网 www.dssz.com