Package qupath.opencv

Class CellCountsCV

All Implemented Interfaces:
PathInteractivePlugin<BufferedImage>, PathPlugin<BufferedImage>

public class CellCountsCV extends AbstractTileableDetectionPlugin<BufferedImage>
Simple plugin to attempt a very fast cell counting based upon (smoothed) peak detection.

Currently, only H&E or hematoxylin and DAB are supported.

An improved plugin would be desirable to perform the task in a more general way, and without requesting the 'magnification' by default (which is less meaningful than resolution/pixel size).

Author:
Pete Bankhead
  • Constructor Details

    • CellCountsCV

      public CellCountsCV()
  • Method Details