Uses of Interface
org.anchoranalysis.plugin.annotation.counter.ImageCounterWithStatistics
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.annotation.bean.comparison |
Task to compare a set of annotations to a segmentation or another set of annotations.
|
| org.anchoranalysis.plugin.annotation.bean.comparison.assigner |
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 ImageCounterWithStatistics Constructor Description ComparisonSharedState(org.anchoranalysis.plugin.annotation.bean.comparison.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 ImageCounterWithStatistics Modifier and Type Method Description abstract ImageCounterWithStatistics<T>AnnotationComparisonAssigner. groupForKey(String key)Gets theImageCounterWithStatisticsfor a specific key.ImageCounterWithStatistics<org.anchoranalysis.annotation.io.assignment.OverlappingObjects>FeatureCostAssigner. groupForKey(String key)ImageCounterWithStatistics<org.anchoranalysis.annotation.io.assignment.ObjectVoxelIntersection>MaskIntersectionAssigner. groupForKey(String key)