title: SmoothRollingGuidanceCImg
media types:
Video experimental
description: Filter out details under a given scale using the Rolling Guidance filter.
Rolling Guidance is described fully in http://www.cse.cuhk.edu.hk/~leojia/projects/rollguidance/
Iterates the 'blur_bilateral' function from the CImg library.
CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.eu).
version: 2
creator: mr.fantastic mrfantastic@firemail.cc
license: GPLv2
URL: https://openeffects.org/
title: R
description:
Process red component.
type: boolean
readonly: no
required: no
animation: yes
default: 1
title: G
description:
Process green component.
type: boolean
readonly: no
required: no
animation: yes
default: 1
title: B
description:
Process blue component.
type: boolean
readonly: no
required: no
animation: yes
default: 1
title: A
description:
Process alpha component.
type: boolean
readonly: no
required: no
animation: yes
default: 0
title: Spatial Std Dev
description:
Standard deviation of the spatial kernel, in pixel units (>=0). Details smaller than this size are filtered out.
type: float
readonly: no
required: no
animation: yes
minimum: 0
maximum: 25
default: 10
title: Value Std Dev
description:
Standard deviation of the range kernel, in intensity units (>=0). A reasonable value is 1/10 of the intensity range. In the context of denoising, Liu et al. ("Noise estimation from a single image", CVPR2006) recommend a value of 1.95*sigma_n, where sigma_n is the local image noise.
type: float
readonly: no
required: no
animation: yes
minimum: 0
maximum: 0.5
default: 0.1
title: Iterations
description:
Number of iterations of the rolling guidance filter. 1 corresponds to Gaussian smoothing. A reasonable value is 4.
type: integer
readonly: no
required: no
animation: yes
minimum: 0
maximum: 10
default: 4
title: (Un)premult
description:
Divide the image by the alpha channel before processing, and re-multiply it afterwards. Use if the input images are premultiplied.
type: boolean
readonly: no
required: no
animation: yes
title: Invert Mask
description:
When checked, the effect is fully applied where the mask is 0.
type: boolean
readonly: no
required: no
animation: yes
title: Mix
description:
Mix factor between the original and the transformed image.
type: float
readonly: no
required: no
animation: yes
minimum: 0
maximum: 1
default: 1
title: Top-Left Origin
description:
Set to 1 to use MLT top-left image origin instead of the OFX bottom-left origin. Use for plugins that crash or produce incorrect output with negative row bytes.
type: boolean
readonly: no
required: no
minimum: 0
maximum: 1
default: 0
widget: checkbox
Subscribe to News via RSS.