NativeMethodscvCreateGraph Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvCreateGraph(OpenCvSharp.SeqType,System.Int32,System.Int32,System.Int32,System.IntPtr)"]

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

public static IntPtr cvCreateGraph(
	SeqType graph_flags,
	int header_size,
	int vtx_size,
	int edge_size,
	IntPtr storage
)

Parameters

graph_flags
Type: OpenCvSharpSeqType

[Missing <param name="graph_flags"/> documentation for "M:OpenCvSharp.NativeMethods.cvCreateGraph(OpenCvSharp.SeqType,System.Int32,System.Int32,System.Int32,System.IntPtr)"]

header_size
Type: SystemInt32

[Missing <param name="header_size"/> documentation for "M:OpenCvSharp.NativeMethods.cvCreateGraph(OpenCvSharp.SeqType,System.Int32,System.Int32,System.Int32,System.IntPtr)"]

vtx_size
Type: SystemInt32

[Missing <param name="vtx_size"/> documentation for "M:OpenCvSharp.NativeMethods.cvCreateGraph(OpenCvSharp.SeqType,System.Int32,System.Int32,System.Int32,System.IntPtr)"]

edge_size
Type: SystemInt32

[Missing <param name="edge_size"/> documentation for "M:OpenCvSharp.NativeMethods.cvCreateGraph(OpenCvSharp.SeqType,System.Int32,System.Int32,System.Int32,System.IntPtr)"]

storage
Type: SystemIntPtr

[Missing <param name="storage"/> documentation for "M:OpenCvSharp.NativeMethods.cvCreateGraph(OpenCvSharp.SeqType,System.Int32,System.Int32,System.Int32,System.IntPtr)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.cvCreateGraph(OpenCvSharp.SeqType,System.Int32,System.Int32,System.Int32,System.IntPtr)"]

See Also

Reference