Inplace fills Array with normally distributed random numbers

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetRandNormal(
	MCvScalar mean,
	MCvScalar std
)
Public Sub SetRandNormal ( _
	mean As MCvScalar, _
	std As MCvScalar _
)
public:
void SetRandNormal(
	MCvScalar mean, 
	MCvScalar std
)

Parameters

mean
MCvScalar
the mean value of random numbers
std
MCvScalar
the standard deviation of random numbers

See Also