Click or drag to resize

NativeMethodscore_RNG_fill Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void core_RNG_fill(
	ref ulong state,
	IntPtr mat,
	int distType,
	IntPtr a,
	IntPtr b,
	int saturateRange
)

Parameters

state
Type: SystemUInt64
mat
Type: SystemIntPtr
distType
Type: SystemInt32
a
Type: SystemIntPtr
b
Type: SystemIntPtr
saturateRange
Type: SystemInt32
See Also