Image filtersΒΆ

plot filter 2
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.384 seconds)

Gallery generated by Sphinx-Gallery