Image.gaussianBlur Method

Module: Image

Definition

Applies Gaussian blur to the image in-place.

void gaussianBlur(int kernelSize, double sigma)

Parameters

kernelSize int
in Size of the Gaussian kernel. Must be positive and odd.

sigma double
in Gaussian kernel standard deviation.

Exceptions

An error has occurred during Face Library execution.