Class ObjectClassifierLoadCommand

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

public final class ObjectClassifierLoadCommand extends Object implements Runnable
Command to apply a pre-trained object classifier to an image.
Author:
Pete Bankhead
  • Constructor Details

    • ObjectClassifierLoadCommand

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

    • run

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