文章分类 -  Computer Science

摘要:卷积操作是一个multiple+sum的操作,是要先旋转180度的,但在实际的图像处理中没有这么做过,卷积用的模板矩阵叫做kernel http://www.eas.asu.edu/~karam/2dconvolution/ 高斯卷积就是一个用离散高斯核进行卷积 而这个kernel是通过一个二维高斯函数计算得到的 sigma是标准差,前面的常数项是要确保整个平面的积分值是1,但在实际应用中经常... 阅读全文
posted @ 2010-01-25 19:32 donj 阅读(6994) 评论(0) 推荐(0)
摘要:http://homepages.inf.ed.ac.uk/rbf/CVonline/LOCAL_COPIES/MARSHALL/node17.html The tool which converts a spatial (real space) description of an image into one in terms of its frequency components is cal... 阅读全文
posted @ 2009-11-06 22:10 donj 阅读(404) 评论(0) 推荐(0)