Uses of Interface
org.anchoranalysis.plugin.annotation.counter.ImageCounterWithStatistics
Packages that use ImageCounterWithStatistics
Package
Description
Task to compare a set of annotations to a segmentation or another set of annotations.
Pairs annotations from two different sets, creating an assignment of some type.
-
Uses of ImageCounterWithStatistics in org.anchoranalysis.plugin.annotation.bean.comparison
Constructor parameters in org.anchoranalysis.plugin.annotation.bean.comparison with type arguments of type ImageCounterWithStatisticsModifierConstructorDescriptionComparisonSharedState
(CSVAssignment assignmentCSV, int numberLevelsGrouping, Function<String, ImageCounterWithStatistics<T>> funcCreateGroup) Creates a newComparisonSharedState
. -
Uses of ImageCounterWithStatistics in org.anchoranalysis.plugin.annotation.bean.comparison.assigner
Methods in org.anchoranalysis.plugin.annotation.bean.comparison.assigner that return ImageCounterWithStatisticsModifier and TypeMethodDescriptionabstract ImageCounterWithStatistics
<T> AnnotationComparisonAssigner.groupForKey
(String key) Gets theImageCounterWithStatistics
for a specific key.FeatureCostAssigner.groupForKey
(String key) MaskIntersectionAssigner.groupForKey
(String key)