随笔分类 -  论文算法

摘要:特征提取函数:int _sift_features( IplImage* img, struct feature** feat, int intvls, double sigma, double contr_thr, int curv_thr, ... 阅读全文
posted @ 2015-03-07 22:48 sunnycs 阅读(489) 评论(0) 推荐(0)
摘要:下面给出了多个参考地址,挑个能用的吧:vs2010+Rob Hess SIFT: http://blog.csdn.net/lanbing510/article/details/8507341Rob Hess主页:http://blogs.oregonstate.edu/hess/SIFT的实现有好... 阅读全文
posted @ 2015-03-06 09:14 sunnycs 阅读(1350) 评论(0) 推荐(0)
摘要:1.HOG特征提取所针对的图像的尺寸是固定的。输入的图像应首先resize到这个尺寸。2.尺寸的划分3个等级:window,block,cell window即输入的需要提取特征的图片大小。然后将window划分为众多block,这些block之间有相互重叠的部分。 每一个block又划分为... 阅读全文
posted @ 2014-05-19 22:39 sunnycs 阅读(5128) 评论(0) 推荐(0)