Learn R Programming

materialmodifier (version 1.2.0)

gf_reconstruct: Reconstruct the original image from decomposed data

Description

Reconstruct the original image from decomposed data

Usage

gf_reconstruct(dec, scales, ind, include.residual = TRUE, logspace = TRUE)

Value

an image

Arguments

dec

decomposed data

scales

which spatial scales to use for reconstruction

ind

a numeric vector

include.residual

either TRUE (default) or FALSE

logspace

If TRUE (default), image processing is done in the log space. If FALSE, computation is performed without log transformation.