How can I remove the texture from an image using matlab?

南楼画角 提交于 2019-12-11 02:43:02

问题


How can I use the fourier transform to find out the frequency components which are responsible for the texture on the surface?

Then I have to remove them to have a smooth surface without texture.

This is the image.

Thanks


回答1:


If you use Fourier Transform and analyze frequency components, then removing high frequency components of the image gives a close effect of low pass filter. However, it does not seem natural since you also manipulate the phase of the image. As people suggest, I also advise low pass filter. More specifically, if you want the color of the given image, you may want to try Gaussian Filter.



来源:https://stackoverflow.com/questions/6080393/how-can-i-remove-the-texture-from-an-image-using-matlab

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