Uses of Package
org.anchoranalysis.image.feature.input
| Package | Description |
|---|---|
| org.anchoranalysis.image.feature.bean |
Beans pertaining to feature definition and calculation.
|
| org.anchoranalysis.image.feature.bean.histogram |
Features that operate on a
Histogram. |
| org.anchoranalysis.image.feature.bean.object.collection |
Features that operate on a
ObjectCollection. |
| org.anchoranalysis.image.feature.bean.object.pair |
Features that operate on a pair of
ObjectMasks. |
| org.anchoranalysis.image.feature.bean.object.single |
Features that operate on a single
ObjectMask. |
| org.anchoranalysis.image.feature.calculation |
Reusable implementations of
CalculationPart
related to images. |
| org.anchoranalysis.image.feature.calculator |
Implementations of
FeatureCalculatorMulti
related to images, especially to create tables of feature-calculations. |
| org.anchoranalysis.image.feature.calculator.merged |
A particular implementation of
FeatureCalculatorMulti for feature-calculations based
upon pairs of image-objects. |
| org.anchoranalysis.image.feature.input |
Image-related implementations of
FeatureInput. |
-
Classes in org.anchoranalysis.image.feature.input used by org.anchoranalysis.image.feature.bean Class Description FeatureInputImageMetadata AFeatureInputthat providesImageMetadata. -
Classes in org.anchoranalysis.image.feature.input used by org.anchoranalysis.image.feature.bean.histogram Class Description FeatureInputHistogram A feature input that contains a histogram and optional resolution information. -
Classes in org.anchoranalysis.image.feature.input used by org.anchoranalysis.image.feature.bean.object.collection Class Description FeatureInputObjectCollection A feature input representing a collection of objects, optionally associated with an energy stack. -
Classes in org.anchoranalysis.image.feature.input used by org.anchoranalysis.image.feature.bean.object.pair Class Description FeatureInputPairObjects A pair of objects (first and second) and optionally a merged version of both.FeatureInputSingleObject An input representing a single object-mask (with maybe an energy-stack associated). -
Classes in org.anchoranalysis.image.feature.input used by org.anchoranalysis.image.feature.bean.object.single Class Description FeatureInputSingleObject An input representing a single object-mask (with maybe an energy-stack associated). -
Classes in org.anchoranalysis.image.feature.input used by org.anchoranalysis.image.feature.calculation Class Description FeatureInputPairObjects A pair of objects (first and second) and optionally a merged version of both.FeatureInputSingleObject An input representing a single object-mask (with maybe an energy-stack associated). -
Classes in org.anchoranalysis.image.feature.input used by org.anchoranalysis.image.feature.calculator Class Description FeatureInputSingleObject An input representing a single object-mask (with maybe an energy-stack associated). -
Classes in org.anchoranalysis.image.feature.input used by org.anchoranalysis.image.feature.calculator.merged Class Description FeatureInputPairObjects A pair of objects (first and second) and optionally a merged version of both.FeatureInputSingleObject An input representing a single object-mask (with maybe an energy-stack associated).FeatureInputStack A feature input that represents an energy stack. -
Classes in org.anchoranalysis.image.feature.input used by org.anchoranalysis.image.feature.input Class Description FeatureInputPairObjects A pair of objects (first and second) and optionally a merged version of both.