gblur
Apply Gaussian blur filter.
The filter accepts the following options:
- sigma
Set horizontal sigma, standard deviation of Gaussian blur. Default is
0.5
.- steps
Set number of steps for Gaussian approximation. Default is
1
.- planes
Set which planes to filter. By default all planes are filtered.
- sigmaV
Set vertical sigma, if negative it will be same as
sigma
. Default is-1
.