All Classes

Class Description
CalculateInputFromPair
Calculates a single-input from a pair of objects.
CalculateInputFromPair.Extract
Defines the extraction mode for the calculation.
CalculateNumberVoxels
Calculates the number of voxels in a single object, optionally flattening in the Z-dimension.
CenterOfGravity
Calculates the center of gravity of a single object along a specified axis.
ConvertFromPhysicalVolume<T extends FeatureInputWithResolution>
Converts a feature from physical volume units to voxel units.
ConvertToPhysicalAreaXY<T extends FeatureInputWithResolution>
Converts a feature value representing area in pixel units to physical area units in an isometric XY plane.
ConvertToPhysicalDistance<T extends FeatureInputWithResolution>
Converts a distance feature to physical units along a specified direction.
ConvertToPhysicalVolume<T extends FeatureInputWithResolution>
Converts a feature value representing volume in voxel units to physical volume units.
FeatureConvertUnits<T extends FeatureInputWithResolution>
An abstract base class for features that convert units between physical and voxel space.
FeatureDeriveFromPair
Base class for evaluating FeaturePairObjects in terms of another feature that operates on elements (first, second, merged etc.).
FeatureEnergy<T extends FeatureInputEnergy>
A base class for features that only require an input that extends from FeatureInputEnergy
FeatureEvaluator<T extends FeatureInput>
Defines a feature and provides a means to calculate inputs for it, a session.
FeatureHistogram
A base class for features that accept a histogram as input.
FeatureHistogramStatistic
Base class for FeatureHistogram implementations that calculate a statistic from the Histogram.
FeatureImageMetadata
A base class for a feature that accepts a FeatureInputImageMetadata as input.
FeatureInputHistogram
A feature input that contains a histogram and optional resolution information.
FeatureInputImageMetadata
A FeatureInput that provides ImageMetadata.
FeatureInputObjectCollection
A feature input representing a collection of objects, optionally associated with an energy stack.
FeatureInputPairObjects
A pair of objects (first and second) and optionally a merged version of both.
FeatureInputSingleObject
An input representing a single object-mask (with maybe an energy-stack associated).
FeatureInputStack
A feature input that represents an energy stack.
FeatureListEvaluator<T extends FeatureInput>
Defines a list of features and provides a means to calculate inputs for it, a session.
FeatureObjectCollection
A base class for a feature that accepts a ObjectCollection as input.
FeaturePairObjects
An abstract base class for features that operate on pairs of objects.
FeatureSingleObject
An abstract base class for features that operate on a single object.
FeatureStack
An abstract base class for features that operate on image stacks.
FeatureTableCalculator<T extends FeatureInput>
A feature-calculator with additional functions for encoding the output in a tabular format with column names.
First
Evaluates a feature on the first object in a pair of objects.
InitializationFactory
A factory for creating FeatureInitialization objects.
Mean
Calculates the mean value of a histogram.
Merged
Evaluates a feature on the merged object created from a pair of objects.
MergedPairsFeatures
The list of features that can be used in a PairsTableCalculator
MergedPairsInclude
Specifies which parts of a merged pair to include in calculations.
Minimum
Calculates the minimum value of a feature applied to both objects in a pair.
NamedFeatureCalculatorMulti<T extends FeatureInput>
A FeatureCalculatorMulti with associated feature-names.
NumberVoxels
Calculates the number of voxels in a single object.
PairsTableCalculator
A feature-session to evaluate pairs of objects.
RatioFirstToSecond
Ratio of first-object to second-object in a pair.
Second
Evaluates a feature on the second object in a pair of objects.
SingleTableCalculator
A feature table calculator for single objects.
SubtractSecondFromFirst
Subtract second-object from first-object in a pair.
VoxelScore
Calculates a per-voxel score.
WithResolutionBase<T extends FeatureInputWithResolution>
Base class for a feature that requires input resolution to be calculated.