| MatRandu Method (InputArray, InputArray) |
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(
InputArray low,
InputArray high
)
Public Sub Randu (
low As InputArray,
high As InputArray
)
public:
void Randu(
InputArray^ low,
InputArray^ high
)
member Randu :
low : InputArray *
high : InputArray -> unit
Parameters
- low
- Type: OpenCvSharpInputArray
The inclusive lower boundary of the generated random numbers - high
- Type: OpenCvSharpInputArray
The exclusive upper boundary of the generated random numbers
See Also