diff --git a/doc/examples/plot_edge_filter.py b/doc/examples/plot_edge_filter.py index afadddf7..2538ec71 100644 --- a/doc/examples/plot_edge_filter.py +++ b/doc/examples/plot_edge_filter.py @@ -1,3 +1,13 @@ +""" +============== +Edge operators +============== + +Edge operators are used in image processing within edge detection algorithms. +They are discrete differentiation operators, computing an approximation of the +gradient of the image intensity function. + +""" import matplotlib.pyplot as plt from skimage.data import camera