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: 3.1.0.2282 (3.1.0.2282)
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