Click or drag to resize

CvInvokeRandu Method (IInputOutputArray, MCvScalar, MCvScalar)

http://www.emgu.com
Generates a single uniformly-distributed random number or an array of 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 static void Randu(
	IInputOutputArray dst,
	MCvScalar low,
	MCvScalar high
)

Parameters

dst
Type: Emgu.CVIInputOutputArray
Output array of random numbers; the array must be pre-allocated.
low
Type: Emgu.CV.StructureMCvScalar
Inclusive lower boundary of the generated random numbers.
high
Type: Emgu.CV.StructureMCvScalar
Exclusive upper boundary of the generated random numbers.
See Also