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:
qupath.lib.plugins.PathInteractivePlugin<BufferedImage>, qupath.lib.plugins.PathPlugin<BufferedImage>

public class PositiveCellDetection extends WatershedCellDetection
Alternative implementation of WatershedCellDetection that automatically applies 1 or 3 intensity thresholds to classify cells.
  • Constructor Details

    • PositiveCellDetection

      public PositiveCellDetection()
      Default constructor.
  • Method Details