phenotypic.sdk_.FootprintMixin#

class phenotypic.sdk_.FootprintMixin[source]#

Bases: object

Provides 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 by None to say so: napoleon renders that as an attribute named None, which registers a .None cross-reference target. Four such targets made every autodoc’d docstring returning None ambiguous, producing 23,934 of the docs build’s 24,585 warnings.)

Methods

__init__