Package qupath.process.gui.commands.ml
Class PixelClassifierPane
java.lang.Object
qupath.process.gui.commands.ml.PixelClassifierPane
Main user interface for interactively training a
PixelClassifier
.- Author:
- Pete Bankhead
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Constructor Details
-
PixelClassifierPane
Constructor.- Parameters:
qupath
- the currentQuPathGUI
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.
-