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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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