cellmil.features.extractor.morphological¶
Classes
|
Class to handle feature extraction. |
Placeholder class for morphometric feature extraction. |
|
|
Class to handle PyRadiomics feature extraction. |
- class cellmil.features.extractor.morphological.MorphologicalExtractor(extractor_name: ExtractorType)[source]¶
Bases:
objectClass to handle feature extraction.
- class cellmil.features.extractor.morphological.PyRadiomicsExtractor(enable_all_features: bool = True, mode: Literal['gray', 'hed', 'hue'] = 'gray')[source]¶
Bases:
objectClass to handle PyRadiomics feature extraction.
- __init__(enable_all_features: bool = True, mode: Literal['gray', 'hed', 'hue'] = 'gray') None[source]¶
Initialize the PyRadiomics feature extractor.
- Parameters:
enable_all_features – Whether to enable all feature classes or just shape2D
mode – ‘gray’ for grayscale, ‘hed’ for H channel from HED deconvolution