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