Description Usage Arguments Value Examples
High Pass Filter Transformation
1 | hpf_fusion(mis, pan, method = "bilinear", bits)
|
mis |
Raster brick object with the original multispectral bands |
pan |
Raster layer object with the panchromatic band |
method |
Resampling method, should be ‘"bilinear"’ for bilinear interpolation, or ‘"ngb"’ |
bits |
Radiometric resolution of the original multispectral bands |
Raster brick object with the bands obtained by the fusion process
1 | hpf <- hpf_fusion(mis=mis, pan=pan, method="bilinear", bits=16)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.