Table of Contents ▸ List of Commands ▸ Filtering ▸ vanvliet | ◀ unsharp_octave | voronoi ▶ |
vanvliet | Built-in command |
Arguments:
- std_deviation[%]>=0,order={ 0 | 1 | 2 | 3 },axis={ x | y | z | c },_boundary_conditions
Description:
Apply Vanvliet recursive filter on selected images, along specified axis and withspecified standard deviation, order and boundary conditions.
boundary_conditions can be { 0:Dirichlet | 1:Neumann | 2:Periodic | 3:Mirror }.
Default values:
boundary_conditions=1.
Examples of use:
• Example #1
image.jpg +vanvliet 3,1,x
• Example #2
image.jpg +vanvliet 30,0,x vanvliet[-2] 30,0,y add
