Randomly shuffles the array elements
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- mat
- Type: OpenCvSharpCvArr
The input/output matrix. It is shuffled in-place. - rng
- Type: OpenCvSharpCvRNG
The Random Number Generator used to shuffle the elements. When the pointer is null, a temporary RNG will be created and used. - iterFactor
- Type: SystemDouble
The relative parameter that characterizes intensity of the shuffling performed.
See Also