搜索资源列表
-
0下载:
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
-
-
6下载:
读取一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
-