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
    StatisticsToExport
    Creates statistics from counted images and the payload T 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 payload T passed for annotated images.
      Returns:
      the statistics.