MCPcopy Create free account
hub / github.com/OSGeo/gdal / GetHistogram

Method GetHistogram

swig/java/javadoc.java:2931–2940  ·  view source on GitHub ↗
(double min, double max, int[] histogram, boolean include_out_of_range, boolean approx_ok, ProgressCallback callback)

Source from the content-addressed store, hash-verified

2929 *
2930 */
2931public class Band:public int GetHistogram(double min, double max, int[] histogram, boolean include_out_of_range, boolean approx_ok, ProgressCallback callback)
2932
2933/**
2934 * Compute raster histogram.
2935 * <p>
2936 * Same as below with callback == null
2937 *
2938 * @see #GetHistogram(double min, double max, int[] histogram, boolean include_out_of_range, boolean approx_ok, ProgressCallback callback)
2939 *
2940 */
2941public class Band:public int GetHistogram(double min, double max, int[] histogram, boolean include_out_of_range, boolean approx_ok)
2942
2943/**

Callers 15

test_vrtderived_14Function · 0.45
test_stats_square_shapeFunction · 0.45
test_stats_mask_bandFunction · 0.45
test_pam_12Function · 0.45
test_histogram_1Function · 0.45
test_histogram_2Function · 0.45
test_histogram_3Function · 0.45
test_histogram_4Function · 0.45
test_histogram_errorsFunction · 0.45

Calls

no outgoing calls

Tested by 14

test_vrtderived_14Function · 0.36
test_stats_square_shapeFunction · 0.36
test_stats_mask_bandFunction · 0.36
test_pam_12Function · 0.36
test_histogram_1Function · 0.36
test_histogram_2Function · 0.36
test_histogram_3Function · 0.36
test_histogram_4Function · 0.36
test_histogram_errorsFunction · 0.36