How to use Gaussian filter in OpenCV?
Gaussian Blurring
In this method, instead of a box filter, a Gaussian kernel is used. It is done with the function, cv. GaussianBlur(). We should specify the width and height of the kernel which should be positive and odd.