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 Details

    • comparison

      StatisticsToExport comparison()
      Creates statistics from counted images and the payload T passed for annotated images.
      Returns:
      the statistics.