View source: R/materialmodifier.R
gf_decompose_scale | R Documentation |
Scale-space decomposition by the guided filter
gf_decompose_scale(
im,
depth = NULL,
log_epsilon = 1e-04,
filter_epsilon = 0.01,
logspace = TRUE
)
im |
a grayscale image |
depth |
scale depth |
log_epsilon |
offset for log transformation |
filter_epsilon |
epsilon parameter |
logspace |
If TRUE (default), image processing is done in the log space. If FALSE, computation is performed without log transformation. |
a list of images
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.