Uses of Class
org.anchoranalysis.feature.input.FeatureInputDimensions
Packages that use FeatureInputDimensions
Package
Description
Base classes providing inputs to feature calculations.
Image-related implementations of
FeatureInput
.Inputs to mark-point-processes related
Feature
s.Features that are calculated from
Dimensions
.-
Uses of FeatureInputDimensions in org.anchoranalysis.feature.input
Subclasses of FeatureInputDimensions in org.anchoranalysis.feature.inputModifier and TypeClassDescriptionclass
AFeatureInputDimensions
that has an optionalEnergyStack
associated with it. -
Uses of FeatureInputDimensions in org.anchoranalysis.image.feature.input
Subclasses of FeatureInputDimensions in org.anchoranalysis.image.feature.inputModifier and TypeClassDescriptionclass
AFeatureInput
that providesImageMetadata
.class
A feature input representing a collection of objects, optionally associated with an energy stack.class
A pair of objects (first and second) and optionally a merged version of both.class
An input representing a single object-mask (with maybe an energy-stack associated).class
A feature input that represents an energy stack. -
Uses of FeatureInputDimensions in org.anchoranalysis.mpp.feature.input
Subclasses of FeatureInputDimensions in org.anchoranalysis.mpp.feature.inputModifier and TypeClassDescriptionclass
Feature input that contains a list of memoized energy calculations for all marks.final class
Feature input that contains a pair of memoized voxelized marks and an energy stack.class
Feature input that contains a single memoized voxelized mark and an optional energy stack. -
Uses of FeatureInputDimensions in org.anchoranalysis.plugin.image.feature.bean.dimensions
Classes in org.anchoranalysis.plugin.image.feature.bean.dimensions with type parameters of type FeatureInputDimensionsModifier and TypeClassDescriptionclass
FromDimensionsBase<T extends FeatureInputDimensions>
Base class for features that are calculated fromDimensions
.