Click or drag to resize

NativeMethodscore_Mat_push_back_Vec3i Method

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

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

Parameters

self
Type: SystemIntPtr

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

v
Type: OpenCvSharpVec3i

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

Return Value

Type: ExceptionStatus

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

See Also