Package org.anchoranalysis.plugin.image.feature.bean.object.pair.overlap
Features that calculate the degree of overlap between two
ObjectMasks.-
Class Summary Class Description CostOverlapWithinMidpointDistance TODO the center-of-gravity calculation can be turned into a FeatureCalculation which is cacheableOverlapRelative Expresses the number of intersecting pixels between two objects as a ratio to a denominator.OverlapRelativeToFirst Calculates the overlap ratio between two objects relative to the size of the first object.OverlapRelativeToMaxVolume Overlap ratio to the maximum number of pixelsOverlapRelativeToMerged Calculates the overlap ratio between two objects relative to the size of the merged object.OverlapRelativeToSecond Calculates the overlap ratio between two objects relative to the size of the second object.