HOG特征提取

时间:2014-12-26 08:40:55
【文件属性】:

文件名称: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)

网友评论

  • 值得看看,谢谢分享
  • 不错的学习资源,正好这段时间在学习HoG特征~
  • 没想到我不能用,唉,我的是window。
  • 没有用上,配置比较麻烦。。
  • 很好,很实用
  • linux下可以用~
  • 这个可以参考学习,但是windows下是不能用的
  • windows下运行不了,慎重
  • 下载是一定要注意版本的使用,这个是linux版的,windows版的话建议研究下opencv 2.3以上版本自带的hog特征提取,比较方便~~
  • 函数是linux特有的,在windows下调不通
  • 不错,可以用的。
  • 里面有一个函数是linux特有的,在windows下调不通
  • 我想要的是windows下的,不过还是感谢了
  • linux版本啊?试了各种方法没解决
  • 不是很好用,是linux版本的,速度慢
  • 可以提取hog,效果不错
  • hog特征提取!关键是linux版的,下载前注意!
  • 代码很不错,静止人检测还可以
  • 怪不得不能用,是linux版啊??
  • linux版的,windows下需要稍微调试。
  • 不错,原来只是linux版的,还要boost库……
  • opencv中有hog特征提取,但比较让人无语,不能直接调用函数,还得把相关cpp和h文件添加到工程,不然就会出现dll访问主程序内存而产生错误。只不过这是linux版,要是有window版就不用修改了。
  • 可惜只能提取hog特征,不能检测行人,很遗憾啊!不过代码还是不错的! .
  • 可惜只能提取hog特征,不能检测行人,很遗憾啊!不过代码还是不错的!

相关文章