How do you use Gaussian blur in Python?

How do you use Gaussian blur in Python? Syntax – cv2 GaussianBlur() function[height width]. height and width should be odd and can have different values. If ksize is set to [0 0], then ksize is computed from sigma values. Kernel standard deviation along X-axis (horizontal direction).

Syntax – cv2 GaussianBlur() function

[height width]. height and width should be odd and can have different values. If ksize is set to [0 0], then ksize is computed from sigma values. Kernel standard deviation along X-axis (horizontal direction).