API Reference#
This section provides detailed API documentation for all Phenotypic modules and functions.
Image#
|
Comprehensive image processing class with integrated data, color, and I/O management. |
Returns the ImageArray accessor; An image rgb represents the multichannel information |
|
The image's grayscale representation. |
|
Returns the image's enhanced grayscale accessor. |
|
Returns the ObjectMask Accessor; The object mask is a mutable binary representation of the objects in an image to be analyzed. |
|
Returns the ObjectMap accessor; The object map is a mutable integer gray that identifies the different objects in an image to be analyzed. |
|
Accessor for performing operations on detected objects in the image. |
|
Access all color space representations through a unified interface. |
GridImage#
|
A specialized Image object that supports grid-based processing and overlay visualization. |
Returns the GridAccessor object for grid-related operations. |
Modules#
A library for processing and analyzing images of microbe colonies on solid media agar. |
|
Abstract interfaces for fungal colony image operations. |
|
Analytics for quantified fungal colony plates. |
|
Image/grid correction for agar plate captures. |
|
Sample and synthetic agar plate images for fungal colony testing. |
|
Colony/object detectors for agar plate images. |
|
Image enhancers to boost fungal colonies on agar backgrounds. |
|
Grid discovery for plated fungal colonies. |
|
Feature extraction from detected fungal colonies. |
|
Prefab pipelines for fungal colony plate processing. |
|
Mask refinement for detected fungal colonies. |
|
Developer tools shared across fungal colony plate workflows. |
|
A module for useful utility operations and functions that don't fit into a specific category. |