{ } Raw JSON

bundles / skimage 0.26.1rc0.dev0+git20260530.b607368ff / skimage / morphology / extrema

module

skimage.morphology.extrema

source: /dev/scikit-image/src/skimage/morphology/extrema.py :0

Members

Summary

extrema.py - local minima and maxima

Extended Summary

This module provides functions to find local maxima and minima of an image. Here, local maxima (minima) are defined as connected sets of pixels with equal gray level which is strictly greater (smaller) than the gray level of all pixels in direct neighborhood of the connected set. In addition, the module provides the related functions h-maxima and h-minima.

Soille, P. (2003). Morphological Image Analysis: Principles and Applications (2nd ed.), Chapter 6. Springer-Verlag New York, Inc.

Additional content

extrema.py - local minima and maxima

This module provides functions to find local maxima and minima of an image. Here, local maxima (minima) are defined as connected sets of pixels with equal gray level which is strictly greater (smaller) than the gray level of all pixels in direct neighborhood of the connected set. In addition, the module provides the related functions h-maxima and h-minima.

Soille, P. (2003). Morphological Image Analysis: Principles and Applications (2nd ed.), Chapter 6. Springer-Verlag New York, Inc.

Aliases

  • skimage.morphology.extrema