Class DensityMapCommand

java.lang.Object
qupath.process.gui.commands.DensityMapCommand
All Implemented Interfaces:
Runnable

public class DensityMapCommand extends Object implements Runnable
Command for generating density maps from detections on an image.
Author:
Pete Bankhead
  • Constructor Details

    • DensityMapCommand

      public DensityMapCommand(QuPathGUI qupath)
      Constructor.
      Parameters:
      qupath -
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable