anchor-plugin-image-feature 0.1.0 API

Packages 
Package Description
org.anchoranalysis.plugin.image.feature.bean.dimensions
Features that are calculated from Dimensions.
org.anchoranalysis.plugin.image.feature.bean.histogram.statistic
Implementations of FeatureHistogram that calculate statistics.
org.anchoranalysis.plugin.image.feature.bean.histogram.threshold
Implementations of FeatureHistogram that perform thresholding.
org.anchoranalysis.plugin.image.feature.bean.list
Implementations of FeatureListProvider.
org.anchoranalysis.plugin.image.feature.bean.list.pair
Implementations of FeatureListProvider with input-type FeatureInputPairObjects.
org.anchoranalysis.plugin.image.feature.bean.list.permute
Implementations of FeatureListProvider that derive new features with permuted property-values.
org.anchoranalysis.plugin.image.feature.bean.metadata
Implementations of FeatureImageMetadata.
org.anchoranalysis.plugin.image.feature.bean.morphological
Beans that affects how morphological operations occur.
org.anchoranalysis.plugin.image.feature.bean.object.collection
Implementations of FeatureObjectCollection.
org.anchoranalysis.plugin.image.feature.bean.object.combine
Features from combinations of ObjectMasks.
org.anchoranalysis.plugin.image.feature.bean.object.pair
Features from pairs of ObjectMasks.
org.anchoranalysis.plugin.image.feature.bean.object.pair.overlap
Features that calculate the degree of overlap between two ObjectMasks.
org.anchoranalysis.plugin.image.feature.bean.object.pair.touching
Features that calculate how many other objects an ObjectMask directly neighbors.
org.anchoranalysis.plugin.image.feature.bean.object.single
Implementations of FeatureSingleObject.
org.anchoranalysis.plugin.image.feature.bean.object.single.border
Implementations of FeatureSingleObject that determine if an object lies at the border of an image.
org.anchoranalysis.plugin.image.feature.bean.object.single.boundingbox
Implementations of FeatureSingleObject that consider an object's bounding-box.
org.anchoranalysis.plugin.image.feature.bean.object.single.energy
Implementations of FeatureSingleObject that reference a particular Channel in the associated EnergyStack.
org.anchoranalysis.plugin.image.feature.bean.object.single.intensity
Implementations of FeatureSingleObject that measure an object's intensity on a corresponding Channel.
org.anchoranalysis.plugin.image.feature.bean.object.single.intensity.gradient
Implementations of FeatureSingleObject that measure an object's gradient from corresponding Channels storing the gradient.
org.anchoranalysis.plugin.image.feature.bean.object.single.moments
Implementations of FeatureSingleObject based on calculating image moments, with or without image intensity.
org.anchoranalysis.plugin.image.feature.bean.object.single.morphological
Implementations of FeatureSingleObject that implement morphological operations.
org.anchoranalysis.plugin.image.feature.bean.object.single.shape
Implementations of FeatureSingleObject that measure the shape of the ObjectMask.
org.anchoranalysis.plugin.image.feature.bean.object.single.shared
Implementations of FeatureSingleObject that use SharedObjects for calculations.
org.anchoranalysis.plugin.image.feature.bean.object.single.shared.intersecting
Implementations of FeatureSingleObject that use SharedObjects for calculations, and measure the degree of intersection between objects.
org.anchoranalysis.plugin.image.feature.bean.object.single.slice
Implementations of FeatureSingleObject that processes an object slice-by-slice in the z-dimension.
org.anchoranalysis.plugin.image.feature.bean.object.single.surface
Implementations of FeatureSingleObject that measures aspects of the surface of an ObjectMask.
org.anchoranalysis.plugin.image.feature.bean.physical
Beans involving physical units for measurement.
org.anchoranalysis.plugin.image.feature.bean.score
Implementations of VoxelScore.
org.anchoranalysis.plugin.image.feature.bean.shared
Beans involving SharedObjects.
org.anchoranalysis.plugin.image.feature.bean.shared.object
Beans involving SharedObjects and ObjectCollection.
org.anchoranalysis.plugin.image.feature.bean.stack.intensity
Implementations of FeatureStack or other features that involve processing a Stack.
org.anchoranalysis.plugin.image.feature.bean.stack.object
Implementations of FeatureStack that process an ObjectCollection.
org.anchoranalysis.plugin.image.feature.object
Non-bean classes that help calculate features from ObjectMasks.
org.anchoranalysis.plugin.image.feature.object.calculation.delegate
Implementations of CalculationPart as used by features elsewhere in this package.
org.anchoranalysis.plugin.image.feature.object.calculation.single
Implementations of CalculationPart that that process a single ObjectMask.
org.anchoranalysis.plugin.image.feature.object.calculation.single.morphological
Implementations of CalculationPart that that process a single ObjectMask - with morphological operations.
org.anchoranalysis.plugin.image.feature.stack.calculation
Implementations of CalculationPart that process Stacks as used by features elsewhere in this package.