Gaussian Blur Syntax C++: void GaussianBlur(InputArray src, OutputArray dst, Size ksize, double sigmaX, double sigmaY=0, int borderType=BORDER_DEFAULT )
Parameters of Gaussian BlurDetailssrcInput image, the image can have any number of channels, which are processed independently, but the dep...