文件名称:hog(梯度方向直方图)的SSE加速实现
文件大小:82KB
文件格式:ZIP
更新时间:2017-05-10 10:01:41
HOG,行人检测
hog(histogram of oriented gradients)是行人检测,目标检测最重要的特征之一,但其运算速度相对比较慢。本程序是HOG的SSE实现加速,非常有价值。
【文件预览】:
HoG_SSE-master
----test.jpg(7KB)
----test.cpp(2KB)
----hog_sse.cpp(24KB)
----leonid.jpg(47KB)
----leonid.cpp(2KB)
----LICENSE(1KB)
----outputs()
--------test_output.jpg(3KB)
--------leonid_output.jpg(21KB)
----makefile(363B)
----README.md(658B)
----hog.h(610B)