Package cn.mapway.common.geo.stretch
Class HistogramStretch
java.lang.Object
cn.mapway.common.geo.stretch.HistogramStretch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]histogramStretch(double[] data, Double[] noValues, Double min, Double max, Double minPct, Double maxPct, Integer bins) static byte[]histogramStretch(int[] data, Double[] noValues, Double min, Double max, Double minPct, Double maxPct, Integer bins) static voidbyte[]stretch(org.gdal.gdal.Dataset srcDataset, int bandIndex, double minPct, double maxPct, int bins)
-
Constructor Details
-
HistogramStretch
public HistogramStretch()
-
-
Method Details
-
main
-
stretch
public byte[] stretch(org.gdal.gdal.Dataset srcDataset, int bandIndex, double minPct, double maxPct, int bins) -
histogramStretch
-
histogramStretch
-