Note
Go to the end to download the full example code.
Apply image filter#

import seaborn_image as isns
img = isns.load_image("polymer")
ax = isns.filterplot(img, "median", size=5, cmap="ice")
Total running time of the script: (0 minutes 0.151 seconds)