DOC: Remove "completed" labeled-image plotting task.

Comment for task mentioned that it could be done by setting the matplotlib colormap to "spectral". This solution is already demonstrated in the `plot_coins_segmentation` tutorial.
This commit is contained in:
Tony S Yu
2012-02-21 22:57:47 -05:00
parent fc71d31141
commit de14e8fbb6
-3
View File
@@ -70,9 +70,6 @@ Merge code provided by `CellProfiler <http://www.cellprofiler.org>`_ team
* Roberts filter - convolution with diagonal and anti-diagonal
kernels to detect edges
* Minimum enclosing circles of objects in a labels matrix
* :strike:`Map-coloring of a labels matrix - assign each label a color so that
all adjacent labels have different colors` -- simply plot with colormap
"spectral".
* spur removal, thinning, thickening, and other morphological operations on
binary images, framework for creating arbitrary morphological operations
using a 3x3 grid.