Class DensityMaps.DensityMapParameters

java.lang.Object
qupath.lib.analysis.heatmaps.DensityMaps.DensityMapParameters
Enclosing class:
DensityMaps

public static class DensityMaps.DensityMapParameters extends Object
Class for storing parameters to build a ImageServer representing a density map.
See Also:
  • Method Details

    • getRadius

      public double getRadius()
      Get the radius for the density map, in calibrated units.
      Returns:
    • getMaxWidth

      public int getMaxWidth()
      Get the maximum width of the density map. Ignored if getPixelSize() is not null.
      Returns:
    • getMaxHeight

      public int getMaxHeight()
      Get the maximum height of the density map. Ignored if getPixelSize() is not null.
      Returns:
    • getPixelSize

      public PixelCalibration getPixelSize()
      Get the requested pixel size for the density map. This may be null if an appropriate resolution can be generated automatically.
      Returns:
    • getDensityType

      public DensityMaps.DensityMapType getDensityType()
      Get the normalization type of the density map.
      Returns:
    • getMainObjectFilter

      public PathObjectPredicates.PathObjectPredicate getMainObjectFilter()
      Get the primary object filter.
      Returns:
    • getSecondaryObjectFilters

      public Map<String,PathObjectPredicates.PathObjectPredicate> getSecondaryObjectFilters()
      Get the secondary object filters.
      Returns: