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
Features.Beans involving physical units for measurement.
-
Uses of FeatureInputWithResolution in org.anchoranalysis.feature.input
Subinterfaces of FeatureInputWithResolution in org.anchoranalysis.feature.inputModifier and TypeInterfaceDescriptioninterfaceAFeatureInputWithResolutionthat has an optional associatedDictionary.Classes in org.anchoranalysis.feature.input that implement FeatureInputWithResolutionModifier and TypeClassDescriptionclassAFeatureInputthat exposes theDimensionsof an image or scene.classAFeatureInputDimensionsthat has an optionalEnergyStackassociated 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 TypeClassDescriptionclassConverts a feature from physical volume units to voxel units.classConverts a feature value representing area in pixel units to physical area units in an isometric XY plane.classConverts a distance feature to physical units along a specified direction.classConverts a feature value representing volume in voxel units to physical volume units.classFeatureConvertUnits<T extends FeatureInputWithResolution>An abstract base class for features that convert units between physical and voxel space.classWithResolutionBase<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 TypeClassDescriptionclassA feature input that contains a histogram and optional resolution information.classAFeatureInputthat providesImageMetadata.classA 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 FeatureInputWithResolution in org.anchoranalysis.mpp.feature.bean.mark
Classes in org.anchoranalysis.mpp.feature.bean.mark that implement FeatureInputWithResolutionModifier and TypeClassDescriptionclassA feature input that wraps aMarkalong 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 TypeClassDescriptionclassFeature 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 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 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 TypeClassDescriptionclassUnitsWithinRange<T extends FeatureInputWithResolution>Checks if a value lies within a range defined by units (a minimum and maximum boundary)