Click or drag to resize

Cv2RandShuffle Method

shuffles the input array elements

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static void RandShuffle(
	InputOutputArray dst,
	double iterFactor,
	RNG rng = null
)

Parameters

dst
Type: OpenCvSharpInputOutputArray
The input/output numerical 1D array
iterFactor
Type: SystemDouble
The scale factor that determines the number of random swap operations.
rng (Optional)
Type: OpenCvSharpRNG
The optional random number generator used for shuffling. If it is null, theRng() is used instead.
See Also