Hello,
How this 2 lines would translate to your implementation of rank_filter?
img = scipy_filters.percentile_filter(img, percentile=80, size=(20, 2))
img = scipy_filters.percentile_filter(img, percentile=80, size=(2, 20))
Thank you a lot for the help.
Hello,
How this 2 lines would translate to your implementation of rank_filter?
Thank you a lot for the help.