Click or drag to resize

MatRandn Method (InputArray, InputArray)

fills array with normally-distributed random numbers with the specified mean and the standard deviation

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void Randn(
	InputArray mean,
	InputArray stddev
)

Parameters

mean
Type: OpenCvSharpInputArray
The mean value (expectation) of the generated random numbers
stddev
Type: OpenCvSharpInputArray
The standard deviation of the generated random numbers
See Also