Package qupath.process.gui.commands
package qupath.process.gui.commands
QuPath commands relevant for machine learning.
-
ClassDescriptionCommand to (sub)classify cells as Negative/Positive or Negative/1+/2+/3+ based on a single (usually intensity-based) measurement.Command to create training images based upon channel names, and add these to a project.Command to create a composite classifier by merging together two or more other classifiers.Command to help create annotations defining regions that will be further annotated for algorithm training.Command to generate a
SparseImageServer
from multiple image regions across a project.Command for generating density maps from detections on an image.Command to help export training regions as labelled images to train AI algorithms elsewhere.Command used to create and show a suitable dialog box for interactive display of OpenCV classifiers.Command to apply a pre-trained object classifier to an image.Open GUI for the current viewer to train a new pixel classifier.Apply simple thresholding to an image via the pixel classification framework to support thresholding at any resolution, optionally with visual feedback via an overlay.Command to (sub)classify objects based on a single measurement.Divide a project into training, validation and test sets but flagging individual image entries.