How can I remove the texture from an image using m

2019-07-10 09:46发布

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条回答
你好瞎i
2楼-- · 2019-07-10 10:32

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.

查看更多
登录 后发表回答