phenotypic.abc_.FootprintMixin#
- class phenotypic.abc_.FootprintMixin[source]#
Bases:
objectProvides a mixin for creating morphological footprints for image processing.
The FootprintMixin class contains a static utility method to generate structuring elements (footprints) used in various image processing tasks. This functionality is particularly helpful in the context of analyzing microbial colonies on solid media agar plates. Morphological footprints are used to highlight specific features in images, such as colony edges, shapes, or connectivity, and can assist in segmentation, noise reduction, and feature extraction.
The mixin declares no attributes – it contributes a single static helper. (Do NOT write
Attributes:followed byNoneto say so: napoleon renders that as an attribute namedNone, which registers a.Nonecross-reference target. Four such targets made every autodoc’d docstring returningNoneambiguous, producing 23,934 of the docs build’s 24,585 warnings.)Methods
__init__