MatRandShuffle Method OpenCvSharp Class Library
shuffles the input array elements

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void RandShuffle(
	double iterFactor,
	RNG rng = null
)

Parameters

iterFactor
Type: SystemDouble
The scale factor that determines the number of random swap operations.
rng (Optional)
Type: OpenCvSharp.CPlusPlusRNG
The optional random number generator used for shuffling. If it is null, theRng() is used instead.

Return Value

Type: 
The input/output numerical 1D array
See Also

Reference