Class SimpleThresholdCommand

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

public class SimpleThresholdCommand extends Object implements Runnable
Apply simple thresholding to an image via the pixel classification framework to support thresholding at any resolution, optionally with visual feedback via an overlay.
Author:
Pete Bankhead
  • Constructor Details

    • SimpleThresholdCommand

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

    • run

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