Class PixelClassifierPane

java.lang.Object
qupath.process.gui.commands.ml.PixelClassifierPane

public class PixelClassifierPane extends Object
Main user interface for interactively training a PixelClassifier.
Author:
Pete Bankhead
  • Constructor Details

    • PixelClassifierPane

      public PixelClassifierPane(QuPathGUI qupath)
      Constructor.
      Parameters:
      qupath - the current QuPathGUI that will be used for interactive training.
  • Method Details

    • installDefaultFeatureClassificationBuilder

      public static boolean installDefaultFeatureClassificationBuilder(qupath.process.gui.commands.ml.ImageDataTransformerBuilder builder)
      Add to the list of default feature calculator builders that will be available when this pane is opened.

      This provides a mechanism to install additional feature calculators.

      Note that the builder will only be added if it is not already present.

      Parameters:
      builder - the builder to be installed
      Returns:
      true if the builder was added, false otherwise.