光流法
摘要:转自:http://blog.csdn.net/carson2005/article/details/7581642光流的概念是Gibson在1950年首先提出来的。它是空间运动物体在观察成像平面上的像素运动的瞬时速度,是利用图像序列中像素在时间域上的变化以及相邻帧之间的相关性来找到上一帧跟当前帧之...
阅读全文
posted @
2016-10-18 17:05
lantx
阅读(284)
推荐(0)
OpenCV HOGDescriptor 参数图解
摘要:转自:http://blog.csdn.net/raodotcong/article/details/6239431 首先我们进入HOGDescriptor所在的头文件,看看它的构造函数需要哪些参数。 [cpp] view plain copy print?CV_WRAP HOGDescriptor...
阅读全文
posted @
2016-10-10 17:07
lantx
阅读(2007)
推荐(0)
Histogram of Oriented Gridients(HOG) 方向梯度直方图
摘要:转自:http://www.cnblogs.com/hrlnw/archive/2013/08/06/2826651.htmlHistogram of Oriented Gridients,缩写为HOG,是目前计算机视觉、模式识别领域很常用的一种描述图像局部纹理的特征。这个特征名字起的也很直白,就是...
阅读全文
posted @
2016-10-10 16:03
lantx
阅读(158)
推荐(0)