Package qupath.lib.analysis.heatmaps
Class DensityMaps.DensityMapParameters
java.lang.Object
qupath.lib.analysis.heatmaps.DensityMaps.DensityMapParameters
- Enclosing class:
DensityMaps
Class for storing parameters to build a
ImageServer
representing a density map.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet the normalization type of the density map.Get the primary object filter.int
Get the maximum height of the density map.int
Get the maximum width of the density map.Get the requested pixel size for the density map.double
Get the radius for the density map, in calibrated units.Get the secondary object filters.
-
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 ifgetPixelSize()
is not null.- Returns:
-
getMaxHeight
public int getMaxHeight()Get the maximum height of the density map. Ignored ifgetPixelSize()
is not null.- Returns:
-
getPixelSize
Get the requested pixel size for the density map. This may be null if an appropriate resolution can be generated automatically.- Returns:
-
getDensityType
Get the normalization type of the density map.- Returns:
-
getMainObjectFilter
Get the primary object filter.- Returns:
-
getSecondaryObjectFilters
Get the secondary object filters.- Returns:
-