gs_fusion: Gram-Schmidt Transformation

Description Usage Arguments Value Examples

View source: R/gs_fusion.R

Description

Gram-Schmidt Transformation

Usage

1
gs_fusion(mis, pan, method = "bilinear", bits)

Arguments

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

Value

Raster brick object with the bands obtained by the fusion process

Examples

1
gs <- gs_fusion(mis=mis, pan=pan, method="bilinear", bits=16)

pacoalonso/fusionImage documentation built on April 30, 2020, 4:26 a.m.