| MatRandShuffle Method (Double) |
shuffles the input array elements
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public void RandShuffle(
double iterFactor
)
Public Sub RandShuffle (
iterFactor As Double
)
public:
void RandShuffle(
double iterFactor
)
member RandShuffle :
iterFactor : float -> unit
Parameters
- iterFactor
- Type: SystemDouble
The scale factor that determines the number of random swap operations.
Return Value
Type:
The input/output numerical 1D array
See Also