title: SmoothAnisotropicCImg
media types:
Video experimental
description: Smooth/Denoise input stream using anisotropic PDE-based smoothing.
Uses the 'blur_anisotropic' 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: Amplitude
description:
Amplitude of the smoothing, in pixel units (>=0). This is the maximum length of streamlines used to smooth the data.
type: float
readonly: no
required: no
animation: yes
minimum: 0
maximum: 100
default: 60
title: Sharpness
type: float
readonly: no
required: no
animation: yes
minimum: 0
maximum: 1
default: 0.7
title: Anisotropy
description:
Smoothing anisotropy (0<=a<=1)
type: float
readonly: no
required: no
animation: yes
minimum: 0
maximum: 1
default: 0.3
title: Gradient Smoothness
type: float
readonly: no
required: no
animation: yes
minimum: 0
maximum: 1
default: 0.6
title: Tensor Smoothness
description:
Geometry regularity, in pixels units (>=0)
type: float
readonly: no
required: no
animation: yes
minimum: 0
maximum: 3
default: 1.1
title: Spatial Precision
description:
Spatial discretization, in pixel units (0<=dl<=1)
type: float
readonly: no
required: no
animation: yes
minimum: 0
maximum: 1
default: 0.8
title: Angular Precision
description:
Angular integration step, in degrees (0<=da<=90). If da=0, Iterated oriented Laplacians is used instead of LIC-based smoothing.
type: float
readonly: no
required: no
animation: yes
minimum: 0
maximum: 90
default: 30
title: Value Precision
description:
Precision of the diffusion process (>0).
type: float
readonly: no
required: no
animation: yes
minimum: 0
maximum: 5
default: 2
title: Interpolation
description:
Interpolation type
type: string
readonly: no
required: no
animation: yes
default: Nearest-neighbor
values:
title: Fast Approximation
description:
Tells if a fast approximation of the gaussian function is used or not
type: boolean
readonly: no
required: no
animation: yes
default: 1
title: Iterations
description:
Number of iterations.
type: integer
readonly: no
required: no
animation: yes
minimum: 0
maximum: 10
default: 1
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.