Scale-space decomposition by the guided filter
gf_decompose(
im,
mask = NA,
log_epsilon = 1e-04,
filter_epsilon = 0.01,
logspace = TRUE
)a list of images
an image
If set, only the area of white pixels in the mask image will be edited.
offset for log transformation
epsilon parameter
If TRUE (default), image processing is done in the log space. If FALSE, computation is performed without log transformation.