Class FeatureIntersectingObjectsThreshold
- Direct Known Subclasses:
MinFeatureIntersectingObjectsAboveThreshold
,NumberIntersectingObjectsAboveThreshold
public abstract class FeatureIntersectingObjectsThreshold
extends FeatureIntersectingObjectsSingleElement
An abstract feature that calculates a value based on intersecting objects, considering each
intersecting object individually and applying a threshold.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
The threshold value for considering intersecting objects.void
setThreshold
(double threshold) The threshold value for considering intersecting objects.Methods inherited from class org.anchoranalysis.plugin.image.feature.bean.object.single.shared.intersecting.FeatureIntersectingObjectsSingleElement
aggregateResults, getItem, setItem, valueFor
Methods inherited from class org.anchoranalysis.plugin.image.feature.bean.object.single.shared.intersecting.FeatureIntersectingObjects
beforeCalc, calculate, getId, getSearchObjects, getValueNoObjects, setId, setValueNoObjects
Methods inherited from class org.anchoranalysis.image.feature.bean.object.single.FeatureSingleObject
inputType
Methods inherited from class org.anchoranalysis.feature.bean.Feature
assignTo, calculateCheckInitialized, castAs, createListChildFeatures, describeBean, describeParameters, descriptionLong, duplicateChangeName, getCustomName, getFriendlyName, onInitialization, setCustomName, toString
Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise
-
Constructor Details
-
FeatureIntersectingObjectsThreshold
public FeatureIntersectingObjectsThreshold()
-
-
Method Details
-
getThreshold
public double getThreshold()The threshold value for considering intersecting objects. Only considers values greater than or equal to this threshold. -
setThreshold
public void setThreshold(double threshold) The threshold value for considering intersecting objects. Only considers values greater than or equal to this threshold.
-