public class DensityPlot extends Object
Constructor and Description |
---|
DensityPlot() |
Modifier and Type | Method and Description |
---|---|
static void |
accumulate(RasterDataNode raster1,
double sampleMin1,
double sampleMax1,
RasterDataNode raster2,
double sampleMin2,
double sampleMax2,
Mask roiMask,
int width,
int height,
byte[] pixelValues,
ProgressMonitor pm)
Creates a density plot image from two raster data nodes.
|
public static void accumulate(RasterDataNode raster1, double sampleMin1, double sampleMax1, RasterDataNode raster2, double sampleMin2, double sampleMax2, Mask roiMask, int width, int height, byte[] pixelValues, ProgressMonitor pm)
raster1
- the first raster data nodesampleMin1
- the minimum sample value to be considered in the first rastersampleMax1
- the maximum sample value to be considered in the first rasterraster2
- the second raster data nodesampleMin2
- the minimum sample value to be considered in the second rastersampleMax2
- the maximum sample value to be considered in the second rasterroiMask
- an optional mask to be used as a ROI for the computationwidth
- the width of the output imageheight
- the height of the output imagepixelValues
- an which will hold the datapm
- a progress monitorCopyright © 2014–2017 European Space Agency (ESA). All rights reserved.