Class ExportTrainingRegionsCommand

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

public class ExportTrainingRegionsCommand extends Object implements Runnable
Command to help export training regions as labelled images to train AI algorithms elsewhere.

Note: This is a work in progress and needs to be revised to improve flexibility.

Author:
Pete Bankhead
  • Constructor Details

    • ExportTrainingRegionsCommand

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

    • run

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