Interface ImageCounterWithStatistics<T>
- Type Parameters:
T
- the payload-type for annotated images.
- All Superinterfaces:
ImageCounter<T>
Like
ImageCounter
but also exports statistics.- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionCreates statistics from counted images and the payloadT
passed for annotated images.Methods inherited from interface org.anchoranalysis.plugin.annotation.counter.ImageCounter
addAnnotatedImage, addUnannotatedImage
-
Method Details
-
comparison
StatisticsToExport comparison()Creates statistics from counted images and the payloadT
passed for annotated images.- Returns:
- the statistics.
-