Class CreateRegionAnnotationsCommand

java.lang.Object
qupath.process.gui.commands.CreateRegionAnnotationsCommand
All Implemented Interfaces:
Runnable

public class CreateRegionAnnotationsCommand extends Object implements Runnable
Command to help create annotations defining regions that will be further annotated for algorithm training.
Author:
Pete Bankhead
  • Constructor Details

    • CreateRegionAnnotationsCommand

      public CreateRegionAnnotationsCommand(QuPathGUI qupath)
      Constructor.
      Parameters:
      qupath -
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable