http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Inplace fills Array with normally distributed random numbers
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void SetRandNormal( ulong seed, MCvScalar mean, MCvScalar std ) |
Visual Basic |
---|
Public Sub SetRandNormal ( _ seed As ULong, _ mean As MCvScalar, _ std As MCvScalar _ ) |
Visual C++ |
---|
public: void SetRandNormal( unsigned long long seed, MCvScalar mean, MCvScalar std ) |
Parameters
- seed
- Type: System..::..UInt64
Seed for the random number generator
- mean
- Type: Emgu.CV.Structure..::..MCvScalar
the mean value of random numbers
- std
- Type: Emgu.CV.Structure..::..MCvScalar
the standard deviation of random numbers