Class SummaryMeasurementTableCommand

java.lang.Object
qupath.lib.gui.commands.SummaryMeasurementTableCommand

public class SummaryMeasurementTableCommand extends Object
Show a summary table for an object of a particular type (annotation, detection, TMA core...)
  • Constructor Details

    • SummaryMeasurementTableCommand

      public SummaryMeasurementTableCommand(QuPathGUI qupath)
      Command to show a summary measurement table, for PathObjects of a specified type (e.g. annotation, detection).
      Parameters:
      qupath -
  • Method Details

    • showTable

      public void showTable(qupath.lib.images.ImageData<BufferedImage> imageData, Predicate<qupath.lib.objects.PathObject> filter)
      Show a measurement table for the specified image data.
      Parameters:
      imageData - the image data
      filter - the filter to select which objects to include
      See Also:
      • PathObjectFilter