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

Method ComputeBandStats

swig/java/javadoc.java:2593–2601  ·  view source on GitHub ↗
(double[] meanAndStdDevArray, int samplestep)

Source from the content-addressed store, hash-verified

2591 * @param samplestep step in number of lines
2592 */
2593public class Band:public void ComputeBandStats(double[] meanAndStdDevArray, int samplestep)
2594
2595/**
2596 * Compute mean and standard deviation values.
2597 * <p>
2598 * Same as below with samplestep == 1
2599 *
2600 * @see #ComputeBandStats(double[] meanAndStdDevArray, int samplestep)
2601 */
2602public class Band:public void ComputeBandStats(double[] meanAndStdDevArray)
2603
2604/**

Callers 15

test_png_8Function · 0.80
test_nitf_9Function · 0.80
test_nitf_39Function · 0.80
test_ecw_2Function · 0.80
test_ecw_4Function · 0.80
test_ecw_5Function · 0.80
test_ecw_7Function · 0.80
test_ecw_9Function · 0.80
test_ecw_20Function · 0.80
test_ecw_21Function · 0.80

Calls

no outgoing calls

Tested by 14

test_png_8Function · 0.64
test_nitf_9Function · 0.64
test_nitf_39Function · 0.64
test_ecw_2Function · 0.64
test_ecw_4Function · 0.64
test_ecw_5Function · 0.64
test_ecw_7Function · 0.64
test_ecw_9Function · 0.64
test_ecw_20Function · 0.64
test_ecw_21Function · 0.64