Click or drag to resize

CvArrayTDepthSetRandNormal Method

http://www.emgu.com
Inplace fills Array with normally distributed random numbers

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public void SetRandNormal(
	MCvScalar mean,
	MCvScalar std
)

Parameters

mean
Type: Emgu.CV.StructureMCvScalar
The mean value of random numbers
std
Type: Emgu.CV.StructureMCvScalar
The standard deviation of random numbers
See Also