Takes a set of classified raster layers, whose metadata is
described by tibble (created by sits_coverage
),
and a noise value, to do a bayesian smoothing process.
sits_bayes_postprocess(raster_class, window = matrix(1, nrow = 3, ncol =
3, byrow = TRUE), noise = 100, file)
Output raster coverage.
A matrix with the neighborhood window to compute bayesian smooth. The central element index (i, j) is given by i = floor(nrows(window)/2)+1 and j = floor(ncols(window)/2)+1. Elements '0' are excluded from window.
Bayesian smoothing parameter.
File to save the post processed raster.
A tibble with metadata about the output RasterLayer objects.