Click or drag to resize

RNGGaussian Method

returns Gaussian random variate with mean zero.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public double Gaussian(
	double sigma
)

Parameters

sigma
Type: SystemDouble

Return Value

Type: Double
See Also