The filter performs
Using Sigma property it is possible to configure
For the list of supported pixel formats, see the documentation to Convolution filter.
Sample usage:
// create filter with kernel size equal to 11 // and Gaussia sigma value equal to 4.0 GaussianBlur filter = new GaussianBlur( 4, 11 ); // apply the filter filter.ApplyInPlace( image );
Initial image:
Result image: