Class MinFeatureIntersectingObjectsAboveThreshold
Object
AnchorBean<Feature<FeatureInputSingleObject>>
InitializableBean<Feature<FeatureInputSingleObject>,FeatureInitialization>
Feature<FeatureInputSingleObject>
FeatureSingleObject
FeatureIntersectingObjects
FeatureIntersectingObjectsSingleElement
FeatureIntersectingObjectsThreshold
MinFeatureIntersectingObjectsAboveThreshold
public class MinFeatureIntersectingObjectsAboveThreshold
extends FeatureIntersectingObjectsThreshold
1. Finds all objects from an object-collection whose bounding-boxes intersect with a particular
object. 2. Calculates a pairwise-feature 3. Returns the maximum
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected double
aggregateResults
(List<Double> results) Aggregates the results from individual intersecting object calculations.Methods inherited from class org.anchoranalysis.plugin.image.feature.bean.object.single.shared.intersecting.FeatureIntersectingObjectsThreshold
getThreshold, setThreshold
Methods inherited from class org.anchoranalysis.plugin.image.feature.bean.object.single.shared.intersecting.FeatureIntersectingObjectsSingleElement
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
-
MinFeatureIntersectingObjectsAboveThreshold
public MinFeatureIntersectingObjectsAboveThreshold()
-
-
Method Details
-
aggregateResults
Description copied from class:FeatureIntersectingObjectsSingleElement
Aggregates the results from individual intersecting object calculations.- Specified by:
aggregateResults
in classFeatureIntersectingObjectsSingleElement
- Parameters:
results
- the list of results from individual calculations- Returns:
- the aggregated result
-