Uses of Class
org.anchoranalysis.image.feature.bean.object.pair.FeaturePairObjects
Packages that use FeaturePairObjects
Package
Description
Features that operate on a pair of
ObjectMask
s.Features from pairs of
ObjectMask
s.Features that calculate the degree of overlap between two
ObjectMask
s.Features that calculate how many other objects an
ObjectMask
directly neighbors.Implementations of
FeatureSingleObject
that use SharedObjects
for calculations.-
Uses of FeaturePairObjects in org.anchoranalysis.image.feature.bean.object.pair
Subclasses of FeaturePairObjects in org.anchoranalysis.image.feature.bean.object.pairModifier and TypeClassDescriptionclass
Base class for evaluatingFeaturePairObjects
in terms of another feature that operates on elements (first, second, merged etc.).class
Evaluates a feature on the first object in a pair of objects.class
Evaluates a feature on the merged object created from a pair of objects.class
Calculates the minimum value of a feature applied to both objects in a pair.class
Ratio of first-object to second-object in a pair.class
Evaluates a feature on the second object in a pair of objects.class
Subtract second-object from first-object in a pair. -
Uses of FeaturePairObjects in org.anchoranalysis.plugin.image.feature.bean.object.pair
Modifier and TypeClassDescriptionclass
Finds the intersection of two objects and calculates a feature on it -
Uses of FeaturePairObjects in org.anchoranalysis.plugin.image.feature.bean.object.pair.overlap
Subclasses of FeaturePairObjects in org.anchoranalysis.plugin.image.feature.bean.object.pair.overlapModifier and TypeClassDescriptionclass
TODO the center-of-gravity calculation can be turned into a FeatureCalculation which is cacheableclass
Expresses the number of intersecting pixels between two objects as a ratio to a denominator.class
Calculates the overlap ratio between two objects relative to the size of the first object.class
Overlap ratio to the maximum number of pixelsclass
Calculates the overlap ratio between two objects relative to the size of the merged object.class
Calculates the overlap ratio between two objects relative to the size of the second object. -
Uses of FeaturePairObjects in org.anchoranalysis.plugin.image.feature.bean.object.pair.touching
Subclasses of FeaturePairObjects in org.anchoranalysis.plugin.image.feature.bean.object.pair.touchingModifier and TypeClassDescriptionclass
A simple scheme for counting the touching voxels.class
A scheme for counting the touching voxels by intersection of object-masksclass
A scheme for counting touching voxels.class
Base class for features that calculate touching with a dilated bounding box intersection.