Class FeatureIntersectingObjectsThreshold

Object
org.anchoranalysis.bean.AnchorBean<B>
org.anchoranalysis.bean.initializable.InitializableBean<org.anchoranalysis.feature.bean.Feature<T>,​org.anchoranalysis.feature.initialization.FeatureInitialization>
org.anchoranalysis.feature.bean.Feature<org.anchoranalysis.image.feature.input.FeatureInputSingleObject>
org.anchoranalysis.image.feature.bean.object.single.FeatureSingleObject
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 
    Constructor Description
    FeatureIntersectingObjectsThreshold()  
  • Method Summary

    Modifier and Type Method Description
    double getThreshold()
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • 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.