Uses of Interface
org.anchoranalysis.feature.input.FeatureInputWithResolution
Packages that use FeatureInputWithResolution
Package
Description
Base classes providing inputs to feature calculations.
Features that convert to/from physical spatial units (e.g. meters) as opposed to pixels/voxels.
Image-related implementations of
FeatureInput
.Features calculated on a
Mark
.Features calculated on a
org.anchoranalysis.mpp.feature.bean.mark.collection
.Inputs to mark-point-processes related
Feature
s.Beans involving physical units for measurement.
-
Uses of FeatureInputWithResolution in org.anchoranalysis.feature.input
Subinterfaces of FeatureInputWithResolution in org.anchoranalysis.feature.inputModifier and TypeInterfaceDescriptioninterface
AFeatureInputWithResolution
that has an optional associatedDictionary
.Classes in org.anchoranalysis.feature.input that implement FeatureInputWithResolutionModifier and TypeClassDescriptionclass
AFeatureInput
that exposes theDimensions
of an image or scene.class
AFeatureInputDimensions
that has an optionalEnergyStack
associated with it. -
Uses of FeatureInputWithResolution in org.anchoranalysis.image.feature.bean.physical
Classes in org.anchoranalysis.image.feature.bean.physical with type parameters of type FeatureInputWithResolutionModifier and TypeClassDescriptionclass
Converts a feature from physical volume units to voxel units.class
Converts a feature value representing area in pixel units to physical area units in an isometric XY plane.class
Converts a distance feature to physical units along a specified direction.class
Converts a feature value representing volume in voxel units to physical volume units.class
FeatureConvertUnits<T extends FeatureInputWithResolution>
An abstract base class for features that convert units between physical and voxel space.class
WithResolutionBase<T extends FeatureInputWithResolution>
Base class for a feature that requires input resolution to be calculated. -
Uses of FeatureInputWithResolution in org.anchoranalysis.image.feature.input
Classes in org.anchoranalysis.image.feature.input that implement FeatureInputWithResolutionModifier and TypeClassDescriptionclass
A feature input that contains a histogram and optional resolution information.class
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 FeatureInputWithResolution in org.anchoranalysis.mpp.feature.bean.mark
Classes in org.anchoranalysis.mpp.feature.bean.mark that implement FeatureInputWithResolutionModifier and TypeClassDescriptionclass
A feature input that wraps aMark
along with optional dimensions and dictionary. -
Uses of FeatureInputWithResolution in org.anchoranalysis.mpp.feature.bean.mark.collection
Classes in org.anchoranalysis.mpp.feature.bean.mark.collection that implement FeatureInputWithResolutionModifier and TypeClassDescriptionclass
Feature input that contains a collection of marks and optional dimensions. -
Uses of FeatureInputWithResolution in org.anchoranalysis.mpp.feature.input
Classes in org.anchoranalysis.mpp.feature.input that implement FeatureInputWithResolutionModifier 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 FeatureInputWithResolution in org.anchoranalysis.plugin.image.feature.bean.physical
Classes in org.anchoranalysis.plugin.image.feature.bean.physical with type parameters of type FeatureInputWithResolutionModifier and TypeClassDescriptionclass
UnitsWithinRange<T extends FeatureInputWithResolution>
Checks if a value lies within a range defined by units (a minimum and maximum boundary)