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

Method SieveFilter

swig/java/javadoc.java:868–876  ·  view source on GitHub ↗
(Band srcBand, Band maskBand, Band dstBand, int threshold, int connectedness, java.util.Vector options, ProgressCallback callback)

Source from the content-addressed store, hash-verified

866 * @return gdalconst.CE_None on success or gdalconst.CE_Failure on a failure.
867 */
868public class gdal:public static int SieveFilter(Band srcBand, Band maskBand, Band dstBand, int threshold, int connectedness, java.util.Vector options, ProgressCallback callback)
869
870/**
871 * Removes small raster polygons.
872 * <p>
873 * Same as below with callback == null
874 *
875 * @see #SieveFilter(Band srcBand, Band maskBand, Band dstBand, int threshold, int connectedness, java.util.Vector options, ProgressCallback callback)
876 */
877public class gdal:public static int SieveFilter(Band srcBand, Band maskBand, Band dstBand, int threshold, int connectedness, java.util.Vector options)
878
879/**

Callers 10

test_sieve_1Function · 0.80
test_sieve_2Function · 0.80
test_sieve_3Function · 0.80
test_sieve_4Function · 0.80
test_sieve_5Function · 0.80
test_sieve_6Function · 0.80
test_sieve_7Function · 0.80
test_sieve_8Function · 0.80
test_sieve_all_maskedFunction · 0.80
gdal_sieveFunction · 0.80

Calls

no outgoing calls

Tested by 9

test_sieve_1Function · 0.64
test_sieve_2Function · 0.64
test_sieve_3Function · 0.64
test_sieve_4Function · 0.64
test_sieve_5Function · 0.64
test_sieve_6Function · 0.64
test_sieve_7Function · 0.64
test_sieve_8Function · 0.64
test_sieve_all_maskedFunction · 0.64