文件名称:HOG_linux
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 540kb
- 下载次数:
- 0次
- 提 供 者:
- 朱
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
提取图像方向梯度的直方图特征,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 binary utility are provided.
It is written in C++.
References
N. Dalal and B. Triggs, “Histograms of oriented gradients for human detection,” in IEEE Computer Society Conference on Computer Vision and Pattern Recognition, 2005., vol. 1, 2005.
How to use:
1. To compile the code, you need download Boost library(http://www.boost.org/) with version 1.35 or higher.
2. To run the binary, you should make sure Boost so library is avaliable
3. The program are tested with Ubuntu 7.04, however, the API files are compitable with Windows also, and the binary utility hog.cpp depends on unistd.h.
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 binary utility are provided.
It is written in C++.
References
N. Dalal and B. Triggs, “Histograms of oriented gradients for human detection,” in IEEE Computer Society Conference on Computer Vision and Pattern Recognition, 2005., vol. 1, 2005.
How to use:
1. To compile the code, you need download Boost library(http://www.boost.org/) with version 1.35 or higher.
2. To run the binary, you should make sure Boost so library is avaliable
3. The program are tested with Ubuntu 7.04, however, the API files are compitable with Windows also, and the binary utility hog.cpp depends on unistd.h.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
HOG_linux
.........\bin
.........\...\hog
.........\...\runtest.sh
.........\...\runtest.sh~
.........\...\test.jpg
.........\...\test.kps
.........\HOG_linux.pro
.........\HOG_linux.pro.user
.........\include
.........\.......\CImg.h
.........\.......\hog_extractor.h
.........\.......\image.h
.........\.......\integral_histogram.h
.........\Makefile
.........\README
.........\src
.........\...\hog.cpp
.........\...\hog_extractor.cpp
.........\...\integral_histogram.cpp
.........\~$README
.........\bin
.........\...\hog
.........\...\runtest.sh
.........\...\runtest.sh~
.........\...\test.jpg
.........\...\test.kps
.........\HOG_linux.pro
.........\HOG_linux.pro.user
.........\include
.........\.......\CImg.h
.........\.......\hog_extractor.h
.........\.......\image.h
.........\.......\integral_histogram.h
.........\Makefile
.........\README
.........\src
.........\...\hog.cpp
.........\...\hog_extractor.cpp
.........\...\integral_histogram.cpp
.........\~$README