MeanSupervoxelFeatures
Note
This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the Habitat Guide and Python API guide (v2.0) for usage.
- class MeanSupervoxelFeatures(modality: str | None = None, source: str = 'working', as_: str | None = None)[source]
Bases:
_RegionStatisticBaseAverage the voxel signal within each supervoxel, one modality at a time.
With
modality=Noneevery column is averaged, matching the default summary attached by the supervoxelizers.source="original"averages the raw pre-preprocessing modality signal and appends the-originalsuffix, matching the v0.1mean_voxel_featurescontract.