Uses of Class
org.anchoranalysis.image.feature.input.FeatureInputSingleObject

Packages that use FeatureInputSingleObject
Package
Description
Features that operate on a pair of ObjectMasks.
Features that operate on a single ObjectMask.
Reusable implementations of CalculationPart related to images.
Implementations of FeatureCalculatorMulti related to images, especially to create tables of feature-calculations.
A particular implementation of FeatureCalculatorMulti for feature-calculations based upon pairs of image-objects.
Beans to specify the outputting of features into CSV from a ObjectCollection.
Implementations of ChannelProvider that assign a score to particular subregions of a channel.
Implementations of ObjectFilter that assess each element in a collection collectively.
Implementations of ObjectFilter that independently assess each element in a collection.
Implementations of ObjectCollectionProvider involving feature calculation.
Implementations of ObjectCollectionProvider involving merging objects together.
Implementations of FeatureListProvider with input-type FeatureInputPairObjects.
Features from combinations of ObjectMasks.
Implementations of FeatureSingleObject.
Implementations of FeatureSingleObject that determine if an object lies at the border of an image.
Implementations of FeatureSingleObject that consider an object's bounding-box.
Implementations of FeatureSingleObject that reference a particular Channel in the associated EnergyStack.
Implementations of FeatureSingleObject that measure an object's intensity on a corresponding Channel.
Implementations of FeatureSingleObject that measure an object's gradient from corresponding Channels storing the gradient.
Implementations of FeatureSingleObject based on calculating image moments, with or without image intensity.
Implementations of FeatureSingleObject that implement morphological operations.
Implementations of FeatureSingleObject that measure the shape of the ObjectMask.
Implementations of FeatureSingleObject that use SharedObjects for calculations.
Implementations of FeatureSingleObject that use SharedObjects for calculations, and measure the degree of intersection between objects.
Implementations of FeatureSingleObject that processes an object slice-by-slice in the z-dimension.
Implementations of FeatureSingleObject that measures aspects of the surface of an ObjectMask.
Beans involving SharedObjects and ObjectCollection.
Implementations of FeatureStack that process an ObjectCollection.
Implementations of CalculationPart that that process a single ObjectMask.
Implementations of CalculationPart that that process a single ObjectMask - with morphological operations.
Conditions for merging ObjectMasks.
Tasks to segment an image.
Non-bean classes for image-segmentation.
Features related to points and fitting points to conics.
CalculationPart related to fitting ellipses to points by least-squares.
CalculationPart related to fitting ellipsoids to points by least-squares.
A mocked feature internally using a feature-calculation.