Click or drag to resize

MatRandu Method (Scalar, Scalar)

fills array with uniformly-distributed random numbers from the range [low, high)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void Randu(
	Scalar low,
	Scalar high
)

Parameters

low
Type: OpenCvSharpScalar
The inclusive lower boundary of the generated random numbers
high
Type: OpenCvSharpScalar
The exclusive upper boundary of the generated random numbers
See Also