Arguments:
- std_deviation>=0[%],_boundary_conditions,_kernel or
- axes,std_deviation>=0[%],_boundary_conditions,_kernel
Description:
Blur selected images by a quasi-gaussian or gaussian filter (recursive implementation).
(equivalent to shortcut command b).
boundary_conditions can be
{ 0=dirichlet | 1=neumann }.
kernel can be
{ 0=quasi-gaussian (faster) | 1=gaussian }.
When specified, argument
axes is a sequence of
{ x | y | z | c }.
Specifying one axis multiple times apply also the blur multiple times.
Default values:
boundary_conditions=1 and kernel=0.
This command has a tutorial page.
Examples of use:
• Example #1
• Example #2