Click or drag to resize

NativeMethodscore_Mat_push_back_Vec6w Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_push_back_Vec6w(System.IntPtr,OpenCvSharp.Vec6w)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_Mat_push_back_Vec6w(
	IntPtr self,
	Vec6w v
)

Parameters

self
Type: SystemIntPtr

[Missing <param name="self"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_push_back_Vec6w(System.IntPtr,OpenCvSharp.Vec6w)"]

v
Type: OpenCvSharpVec6w

[Missing <param name="v"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_push_back_Vec6w(System.IntPtr,OpenCvSharp.Vec6w)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_push_back_Vec6w(System.IntPtr,OpenCvSharp.Vec6w)"]

See Also