Uses of Class
org.anchoranalysis.plugin.image.feature.bean.object.single.shared.intersecting.FeatureIntersectingObjects
| Package | Description |
|---|---|
| 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. |
-
Uses of FeatureIntersectingObjects in org.anchoranalysis.plugin.image.feature.bean.object.single.shared.intersecting
Subclasses of FeatureIntersectingObjects in org.anchoranalysis.plugin.image.feature.bean.object.single.shared.intersecting Modifier and Type Class Description classFeatureIntersectingObjectsSingleElementA feature that calculates a value based on intersecting objects, considering each intersecting object individually.classFeatureIntersectingObjectsThresholdAn abstract feature that calculates a value based on intersecting objects, considering each intersecting object individually and applying a threshold.classMaxFeatureIntersectingObjects1.classMinFeatureIntersectingObjectsAboveThreshold1.classNumberIntersectingObjectsA feature that calculates the number of objects intersecting with the input object.classNumberIntersectingObjectsAboveThreshold1.