Class MinFeatureIntersectingObjectsAboveThreshold
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
org.anchoranalysis.plugin.image.feature.bean.object.single.shared.intersecting.FeatureIntersectingObjects
org.anchoranalysis.plugin.image.feature.bean.object.single.shared.intersecting.FeatureIntersectingObjectsSingleElement
org.anchoranalysis.plugin.image.feature.bean.object.single.shared.intersecting.FeatureIntersectingObjectsThreshold
org.anchoranalysis.plugin.image.feature.bean.object.single.shared.intersecting.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 Constructor Description MinFeatureIntersectingObjectsAboveThreshold() -
Method Summary
Modifier and Type Method Description protected doubleaggregateResults(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, setThresholdMethods inherited from class org.anchoranalysis.plugin.image.feature.bean.object.single.shared.intersecting.FeatureIntersectingObjectsSingleElement
getItem, setItem, valueForMethods inherited from class org.anchoranalysis.plugin.image.feature.bean.object.single.shared.intersecting.FeatureIntersectingObjects
beforeCalc, calculate, getId, getSearchObjects, getValueNoObjects, setId, setValueNoObjectsMethods inherited from class org.anchoranalysis.image.feature.bean.object.single.FeatureSingleObject
inputTypeMethods inherited from class org.anchoranalysis.feature.bean.Feature
assignTo, calculateCheckInitialized, castAs, createListChildFeatures, describeBean, describeParameters, descriptionLong, duplicateChangeName, getCustomName, getFriendlyName, onInitialization, setCustomName, toStringMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized
-
Constructor Details
-
MinFeatureIntersectingObjectsAboveThreshold
public MinFeatureIntersectingObjectsAboveThreshold()
-
-
Method Details
-
aggregateResults
Description copied from class:FeatureIntersectingObjectsSingleElementAggregates the results from individual intersecting object calculations.- Specified by:
aggregateResultsin classFeatureIntersectingObjectsSingleElement- Parameters:
results- the list of results from individual calculations- Returns:
- the aggregated result
-