搜索资源列表

  1. HOG

    0下载:
  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. Goncal
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:袁宇
  1. HOG-LBP detection

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

    • 发布日期:2024-05-10
    • 文件大小:13312
    • 提供者:steve_ustc
  1. HOG

    0下载:
  2. 求取任意图片的HOG特征,一共提取360个梯度特征,可用于ADABoost,SVM中。(Seek the HOG feature of any picture)
  3. 所属分类:图形图像处理(光照,映射..)

  1. HoG (2)

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

    • 发布日期:2024-05-10
    • 文件大小:7168
    • 提供者:Eng.Fulla
  1. HOG

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:Eng.Fulla
  1. hog

    0下载:
  2. hog特征提取,从原理上分析,最后生成一副特征图(Hog feature extraction, from the principle of analysis, the final generation of a feature graph)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:wsk22
  1. 利用Hog特征和SVM分类器进行行人检测

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

    • 发布日期:2024-05-10
    • 文件大小:59158528
    • 提供者: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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:5207040
    • 提供者:satchel
  1. hog.py.tar

    0下载:
  2. python提取HOG特征,80行代码实现HOG(extract hog feature for python)
  3. 所属分类:图形图象

  1. HOG

    0下载:
  2. 掌纹识别的hog算法,在MATLAB中使用。(Palmprint recognition based on hog algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:小龙0505
  1. 训练Hog以及检测

    0下载:
  2. 对行人图片提取hog数据量然后对其检测 用svm数据分类(The data of hog data is extracted and then classified by SVM data)
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:4928512
    • 提供者:一哥1211
  1. hog

    0下载:
  2. 基于hog算法的6篇论文,主要简述对行人的检测(6 papers based on the hog algorithm mainly describe the detection of pedestrians)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:12193792
    • 提供者:王杰伦
  1. HOG图像分类

    0下载:
  2. 使用HOG算法提取特征以此来对图像进行分类(Use HOG to extract features to classify images)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:彭于晏**
  1. Lena图的HOG特征

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

  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. 所属分类:人工智能/神经网络/遗传算法

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

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

    • 发布日期:2024-05-10
    • 文件大小:162816
    • 提供者:赵阿敏
  1. HOG

    0下载:
  2. hog特征提取:利用HOG特征提取方法,提取每个块的特征,再将块的特征直方图串联起来(Feature extraction by hog)
  3. 所属分类:图形图像处理(光照,映射..)

  1. HOG-descriptor-master

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

    • 发布日期:2024-05-10
    • 文件大小:417792
    • 提供者:memeda9
  1. HOG可视化

    0下载:
  2. HOG特征通过计算和统计图像局部区域的梯度方向直方图来构成特征,程序可以对图片中的hog特征进行可视化梯度大小和方向。(The HOG feature is constructed by calculating and counting the gradient direction histogram of the local area of the image. The program can visualize the gradie
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:沐子bd
  1. HOG

    0下载:
  2. 图像HOG特征提取的matlab程序,适用于图像处理应用(matlab codes for HOG feature selection of images, which can be useful for image processing applications)
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:507904
    • 提供者:daoguang
« 1 23 4 5 6 7 8 9 10 ... 24 »

源码中国 www.ymcn.org