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
Features.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
Features.-
Uses of FeatureInputEnergy in org.anchoranalysis.image.feature.bean
Classes in org.anchoranalysis.image.feature.bean with type parameters of type FeatureInputEnergyModifier and TypeClassDescriptionclassFeatureEnergy<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 TypeClassDescriptionclassA feature input representing a collection of objects, optionally associated with an energy stack.classA pair of objects (first and second) and optionally a merged version of both.classAn input representing a single object-mask (with maybe an energy-stack associated).classA 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 TypeClassDescriptionclassFeature input that contains a list of memoized energy calculations for all marks.final classFeature input that contains a pair of memoized voxelized marks and an energy stack.classFeature 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 TypeClassDescriptionclassArea<T extends FeatureInputEnergy>Area of the stack (XY dimensions only, Z dimension is not considered).classExtent<T extends FeatureInputEnergy>Width/height/depth of energy-stack in pixels depending on axis.classForSpecificAxis<T extends FeatureInputEnergy>Dimensions-calculation for one specific axis only.classVolume<T extends FeatureInputEnergy>Calculates the volume (x, y and z dimensions) of the scene from the dimensionsclassVoxelPhysicalSize<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 TypeClassDescriptionclassDataTypeMaxIntensity<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 TypeClassDescriptionclassFeatureCalculatorFromProvider<T extends FeatureInputEnergy>Calculates feature or feature values.