Package qupath.lib.gui.commands
Class SummaryMeasurementTableCommand
java.lang.Object
qupath.lib.gui.commands.SummaryMeasurementTableCommand
Show a summary table for an object of a particular type (annotation, detection, TMA core...)
-
Constructor Summary
ConstructorsConstructorDescriptionCommand to show a summary measurement table, for PathObjects of a specified type (e.g. -
Method Summary
Modifier and TypeMethodDescriptionvoid
showTable
(ImageData<BufferedImage> imageData, Predicate<PathObject> filter) Show a measurement table for the specified image data.
-
Constructor Details
-
SummaryMeasurementTableCommand
Command to show a summary measurement table, for PathObjects of a specified type (e.g. annotation, detection).- Parameters:
qupath
-
-
-
Method Details
-
showTable
Show a measurement table for the specified image data.- Parameters:
imageData
- the image datafilter
- the filter to select which objects to include- See Also:
-