Add short description to edge filter example

This commit is contained in:
Johannes Schönberger
2013-04-27 16:08:00 +02:00
parent 727ed9212a
commit d7eb2dc9eb
+10
View File
@@ -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