avgblur_opencl
Apply average blur filter.
The filter accepts the following options:
- sizeX
Set horizontal radius size. Range is
[1, 1024]and default value is1.- planes
Set which planes to filter. Default value is
0xf, by which all planes are processed.- sizeY
Set vertical radius size. Range is
[1, 1024]and default value is0. If zero,sizeXvalue will be used.