mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-19 11:27:45 +08:00
modify example entropy
This commit is contained in:
@@ -25,7 +25,7 @@ Rank filters can be used for several purposes such as:
|
||||
Some well known filters are specific cases of rank filters [1]_ e.g. morphological dilation, morphological erosion,
|
||||
median filters.
|
||||
|
||||
The different implementation availables in ``skimage`` are compared compare.
|
||||
The different implementation availables in ``skimage`` are compared.
|
||||
|
||||
In this example, we will see how to filter a grey level image using some of the linear and non-linear filters
|
||||
availables in skimage. We use the ``camera`` image from ``skimage.data``.
|
||||
@@ -363,6 +363,8 @@ The following example shows this filter applied on 8- and 16- bit images.
|
||||
|
||||
"""
|
||||
|
||||
|
||||
|
||||
from skimage import data
|
||||
from skimage.filter.rank import entropy
|
||||
from skimage.morphology import disk
|
||||
|
||||
Reference in New Issue
Block a user