NativeMethodscvInitSystem Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvInitSystem(System.Int32,System.String[])"]

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

public static int cvInitSystem(
	int argc,
	string[] argv
)

Parameters

argc
Type: SystemInt32

[Missing <param name="argc"/> documentation for "M:OpenCvSharp.NativeMethods.cvInitSystem(System.Int32,System.String[])"]

argv
Type: SystemString

[Missing <param name="argv"/> documentation for "M:OpenCvSharp.NativeMethods.cvInitSystem(System.Int32,System.String[])"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.cvInitSystem(System.Int32,System.String[])"]

See Also

Reference