文件名称:HOG特征提取
文件大小:540KB
文件格式:ZIP
更新时间:2014-12-26 08:40:55
HOG特征提取,image processing(图像处理)
HOG feature extraction Description 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
----~$README(162B)
----src()
--------hog_extractor.cpp(6KB)
--------integral_histogram.cpp(6KB)
--------hog.cpp(5KB)
----Makefile(1KB)
----HOG_linux.pro.user(5KB)
----HOG_linux.pro(276B)
----README(799B)
----bin()
--------runtest.sh(61B)
--------runtest.sh~(0B)
--------test.kps(16B)
--------hog(695KB)
--------test.jpg(30KB)
----include()
--------integral_histogram.h(4KB)
--------hog_extractor.h(3KB)
--------CImg.h(1.54MB)
--------image.h(2KB)