View Single Post
Old 18th February 2018, 00:00   #18  |  Link
lansing
Registered User
 
Join Date: Sep 2006
Posts: 1,657
I'm trying to apply the filter on an png image, and it turned the image into large pixels.

Code:
img = core.imwrif.Read(r'001.png')
img = core.fft3dfilter.FFT3DFilter(img, sigma=1)

Last edited by lansing; 18th February 2018 at 00:09.
lansing is offline   Reply With Quote