Note
Go to the end to download the full example code
Image filters#

from skimage.filters import scharr
import seaborn_image as isns
pol = isns.load_image("polymer")
ax = isns.filterplot(pol, filt=scharr)
Total running time of the script: ( 0 minutes 0.167 seconds)