Class CellIntensityClassificationCommand

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

public class CellIntensityClassificationCommand extends Object implements Runnable
Command to (sub)classify cells as Negative/Positive or Negative/1+/2+/3+ based on a single (usually intensity-based) measurement.
Author:
Pete Bankhead
  • Constructor Details

    • CellIntensityClassificationCommand

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

    • run

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