mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-03 07:44:54 +08:00
Add short description to edge filter example
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user