Hi guys
No products are associated with this question.
There is no function for it.
There is more than one way you can handle this. One way is to fft2() the image, zero the frequency components that are above the given frequency, ifft2() back. You will also want to convert the output back to uint8() afterwards.
0 Comments