Parameters for Gaussian blur processing. More...
#include <BlurProcessor.h>
Public Member Functions | |
| GaussainPackage () | |
| Constructs a Gaussian package with default parameters. | |
Public Attributes | |
| int | kernel_size |
| Size of the kernel used for convolution. | |
| double | sigma_x |
| Standard deviation in the X direction. | |
| double | sigma_y |
| Standard deviation in the Y direction. | |
Parameters for Gaussian blur processing.