Skip to content

Commit

Permalink
Add one-line docstring to skimage.segmentation (#6843)
Browse files Browse the repository at this point in the history
* added a docstring to  submodule

* Use more descriptive one-liner

Try to summarize the aim of image segmentation. This might be a bit more
helpful to readers which can already see the "segmentation" in the
module name.

---------

Co-authored-by: Lars Grüter <lagru+github@mailbox.org>
Co-authored-by: Lars Grüter <lagru@mailbox.org>
  • Loading branch information
3 people committed Aug 21, 2023
1 parent 2336565 commit 79cb89d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions skimage/segmentation/__init__.py
@@ -1,3 +1,6 @@
"""Algorithms to partition images into meaningful regions or boundaries.
"""

from ._expand_labels import expand_labels
from .random_walker_segmentation import random_walker
from .active_contour_model import active_contour
Expand Down

0 comments on commit 79cb89d

Please sign in to comment.