You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MintPy
Hi All, I could use some clarification on the lowpass_avg filter in the spatial_filter.py script. I want to find the local mean of my image (i.e. the mean of all pixels in the kernel surrounding each pixel) and I believe this is already implemented in the lowpass_avg filter. Am I correct, or is the lowpass_avg filter different than a local mean filter?
Thanks!
Forrest
Zhang Yunjun
unread,
Apr 1, 2021, 3:43:04 PM4/1/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MintPy
That's correct, Forrest.
We leverage existing python modules such as scipy.ndimage and skimage for the filtering, as an experimental utility tool. It will be no different from writing your own script to call those modules directly.