Class CreateChannelTrainingImagesCommand

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

public class CreateChannelTrainingImagesCommand extends Object implements Runnable
Command to create training images based upon channel names, and add these to a project.

The purpose of this is to help with training multiple separate classifiers for multiplexed images. Normally, this command should be run after running other commands (e.g. cell detection).

Author:
Pete Bankhead
  • Constructor Details

    • CreateChannelTrainingImagesCommand

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

    • run

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