Function gdal_sys::GDALSieveFilter [] [src]

pub unsafe extern "C" fn GDALSieveFilter(
    hSrcBand: GDALRasterBandH,
    hMaskBand: GDALRasterBandH,
    hDstBand: GDALRasterBandH,
    nSizeThreshold: c_int,
    nConnectedness: c_int,
    papszOptions: *mut *mut c_char,
    pfnProgress: GDALProgressFunc,
    pProgressArg: *mut c_void
) -> Type