Uses of Class
org.anchoranalysis.image.feature.bean.object.pair.FeaturePairObjects
Packages that use FeaturePairObjects
Package
Description
Features that operate on a pair of
ObjectMasks.Features from pairs of
ObjectMasks.Features that calculate the degree of overlap between two
ObjectMasks.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 TypeClassDescriptionclassBase class for evaluatingFeaturePairObjectsin terms of another feature that operates on elements (first, second, merged etc.).classEvaluates a feature on the first object in a pair of objects.classEvaluates a feature on the merged object created from a pair of objects.classCalculates the minimum value of a feature applied to both objects in a pair.classRatio of first-object to second-object in a pair.classEvaluates a feature on the second object in a pair of objects.classSubtract second-object from first-object in a pair. -
Uses of FeaturePairObjects in org.anchoranalysis.plugin.image.feature.bean.object.pair
Modifier and TypeClassDescriptionclassFinds 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 TypeClassDescriptionclassTODO the center-of-gravity calculation can be turned into a FeatureCalculation which is cacheableclassExpresses the number of intersecting pixels between two objects as a ratio to a denominator.classCalculates the overlap ratio between two objects relative to the size of the first object.classOverlap ratio to the maximum number of pixelsclassCalculates the overlap ratio between two objects relative to the size of the merged object.classCalculates 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 TypeClassDescriptionclassA simple scheme for counting the touching voxels.classA scheme for counting the touching voxels by intersection of object-masksclassA scheme for counting touching voxels.classBase class for features that calculate touching with a dilated bounding box intersection.