
HOG
hillhaw
这个作者很懒,什么都没留下…
展开
-
学习OpenCV——HoG
转自http://hi.baidu.com/icekeydnet/blog/item/4555173d265e9aea3b87ce67.html hog是一个基于梯度的直方图提取算法,用于人体检测十分有效。在opencv2.2+版本里面已经实现。 封装在HOGDescriptor类里。 hog其实就是对一副图片的指定大小区域进行梯度统计。可以直接调用。opencv把它过于复杂转载 2012-07-16 08:12:09 · 1764 阅读 · 0 评论 -
学习OpenCV——HOG+SVM
#include "cv.h" #include "highgui.h" #include "stdafx.h" #include #include #include #include #include using namespace cv; using namespace std; int main(int a转载 2012-07-15 21:21:53 · 890 阅读 · 0 评论