View source: R/materialmodifier.R
gf_reconstruct | R Documentation |
Reconstruct the original image from decomposed data
gf_reconstruct(dec, scales, ind, include.residual = TRUE, logspace = TRUE)
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. |
an image
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.