Uses of Class
org.anchoranalysis.feature.input.FeatureInputEnergy
Packages that use FeatureInputEnergy
Package
Description
Beans pertaining to feature definition and calculation.
Image-related implementations of
FeatureInput
.Inputs to mark-point-processes related
Feature
s.Features that are calculated from
Dimensions
.Beans involving
SharedObjects
and
ObjectCollection
.Implementations of
FeatureStack
or other features
that involve processing a Stack
.Non-beans for calculating
Feature
s.-
Uses of FeatureInputEnergy in org.anchoranalysis.image.feature.bean
Classes in org.anchoranalysis.image.feature.bean with type parameters of type FeatureInputEnergyModifier and TypeClassDescriptionclass
FeatureEnergy<T extends FeatureInputEnergy>
A base class for features that only require an input that extends fromFeatureInputEnergy
-
Uses of FeatureInputEnergy in org.anchoranalysis.image.feature.input
Subclasses of FeatureInputEnergy in org.anchoranalysis.image.feature.inputModifier and TypeClassDescriptionclass
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 FeatureInputEnergy in org.anchoranalysis.mpp.feature.input
Subclasses of FeatureInputEnergy 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 FeatureInputEnergy in org.anchoranalysis.plugin.image.feature.bean.dimensions
Classes in org.anchoranalysis.plugin.image.feature.bean.dimensions with type parameters of type FeatureInputEnergyModifier and TypeClassDescriptionclass
Area<T extends FeatureInputEnergy>
Area of the stack (XY dimensions only, Z dimension is not considered).class
Extent<T extends FeatureInputEnergy>
Width/height/depth of energy-stack in pixels depending on axis.class
ForSpecificAxis<T extends FeatureInputEnergy>
Dimensions-calculation for one specific axis only.class
Volume<T extends FeatureInputEnergy>
Calculates the volume (x, y and z dimensions) of the scene from the dimensionsclass
VoxelPhysicalSize<T extends FeatureInputEnergy>
The physical size of a pixel in a specific dimension. -
Uses of FeatureInputEnergy in org.anchoranalysis.plugin.image.feature.bean.stack.intensity
Classes in org.anchoranalysis.plugin.image.feature.bean.stack.intensity with type parameters of type FeatureInputEnergyModifier and TypeClassDescriptionclass
DataTypeMaxIntensity<T extends FeatureInputEnergy>
The maximum-intensity allowed by the data-type of the stack. -
Uses of FeatureInputEnergy in org.anchoranalysis.plugin.image.task.feature.calculator
Classes in org.anchoranalysis.plugin.image.task.feature.calculator with type parameters of type FeatureInputEnergyModifier and TypeClassDescriptionclass
FeatureCalculatorFromProvider<T extends FeatureInputEnergy>
Calculates feature or feature values.