Cv2Randn Method (InputOutputArray, InputArray, InputArray) OpenCvSharp Class Library
fills array with normally-distributed random numbers with the specified mean and the standard deviation

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void Randn(
	InputOutputArray dst,
	InputArray mean,
	InputArray stddev
)

Parameters

dst
Type: OpenCvSharp.CPlusPlusInputOutputArray
The output array of random numbers. The array must be pre-allocated and have 1 to 4 channels
mean
Type: OpenCvSharp.CPlusPlusInputArray
The mean value (expectation) of the generated random numbers
stddev
Type: OpenCvSharp.CPlusPlusInputArray
The standard deviation of the generated random numbers
See Also

Reference