Uses of Class
org.anchoranalysis.plugin.image.feature.bean.object.pair.overlap.OverlapRelative
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.feature.bean.object.pair.overlap |
Features that calculate the degree of overlap between two
ObjectMasks. |
-
Uses of OverlapRelative in org.anchoranalysis.plugin.image.feature.bean.object.pair.overlap
Subclasses of OverlapRelative in org.anchoranalysis.plugin.image.feature.bean.object.pair.overlap Modifier and Type Class Description classOverlapRelativeToFirstCalculates the overlap ratio between two objects relative to the size of the first object.classOverlapRelativeToMaxVolumeOverlap ratio to the maximum number of pixelsclassOverlapRelativeToMergedCalculates the overlap ratio between two objects relative to the size of the merged object.classOverlapRelativeToSecondCalculates the overlap ratio between two objects relative to the size of the second object.