What is the “do-nothing” convolution kernel

萝らか妹 提交于 2019-12-23 11:54:28

问题


If I am trying to do a convolution kernel in Frequency space - what is the "do-nothing" kernel. In other words, if I view the image after applying the kernel, and normalizing it in Frequency space, I just want to see the raw Fourier transform

Is it the identity matrix? my kernel is 3x3

Thanks


回答1:


A do-nothing 3x3 kernel will be:

0 0 0
0 1 0
0 0 0

I hope I understood your question correctly - I'm not sure why you would want such a kernel, when it's much easier to just skip the convolution entirely.



来源:https://stackoverflow.com/questions/5824704/what-is-the-do-nothing-convolution-kernel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!