Package qupath.imagej.detect.cells
Class PositiveCellDetection
java.lang.Object
qupath.lib.plugins.AbstractPlugin<BufferedImage>
qupath.lib.plugins.AbstractInteractivePlugin<BufferedImage>
qupath.lib.plugins.AbstractDetectionPlugin<BufferedImage>
qupath.lib.plugins.AbstractTileableDetectionPlugin<BufferedImage>
qupath.imagej.detect.cells.WatershedCellDetection
qupath.imagej.detect.cells.PositiveCellDetection
- All Implemented Interfaces:
PathInteractivePlugin<BufferedImage>,PathPlugin<BufferedImage>
Alternative implementation of
WatershedCellDetection that automatically applies 1 or 3 intensity thresholds to classify cells.-
Field Summary
Fields inherited from class qupath.imagej.detect.cells.WatershedCellDetection
parametersInitialized -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectDetector<BufferedImage> createDetector(ImageData<BufferedImage> imageData, ParameterList params) Wrap the detector to apply any required classification.getDefaultParameterList(ImageData<BufferedImage> imageData) This should return a default ParameterList containing any information that is needed to repeat the task exactly.getName()Get the name of the plugin for display.Methods inherited from class qupath.imagej.detect.cells.WatershedCellDetection
getDebugMode, getDescription, getLastResultsDescription, getPreferredPixelSizeMicrons, getTileOverlap, parseArgument, setDebugModeMethods inherited from class qupath.lib.plugins.AbstractTileableDetectionPlugin
addRunnableTasksMethods inherited from class qupath.lib.plugins.AbstractDetectionPlugin
getParentObjects, getSupportedParentObjectClassesMethods inherited from class qupath.lib.plugins.AbstractInteractivePlugin
alwaysPromptForObjects, getLoggableParameters, getParameterListMethods inherited from class qupath.lib.plugins.AbstractPlugin
addWorkflowStep, getTasks, postprocess, preprocess, rearrangeByStride, requestHierarchyUpdate, runPluginMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface qupath.lib.plugins.PathPlugin
runPlugin
-
Constructor Details
-
PositiveCellDetection
public PositiveCellDetection()Default constructor.
-
-
Method Details
-
getDefaultParameterList
Description copied from class:AbstractInteractivePluginThis should return a default ParameterList containing any information that is needed to repeat the task exactly.- Specified by:
getDefaultParameterListin interfacePathInteractivePlugin<BufferedImage>- Overrides:
getDefaultParameterListin classWatershedCellDetection- Parameters:
imageData-- Returns:
-
getName
Description copied from interface:PathPluginGet the name of the plugin for display.This should be descriptive and, above all, short - as it may be used for menu item names & dialog box titles.
- Specified by:
getNamein interfacePathPlugin<BufferedImage>- Overrides:
getNamein classWatershedCellDetection- Returns:
-
createDetector
protected ObjectDetector<BufferedImage> createDetector(ImageData<BufferedImage> imageData, ParameterList params) Wrap the detector to apply any required classification.- Overrides:
createDetectorin classWatershedCellDetection- Parameters:
imageData-params-- Returns:
-