Click or drag to resize

NativeMethodscore_Mat_push_back_Rect2d Method

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

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

Parameters

self
Type: SystemIntPtr

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

v
Type: OpenCvSharpRect2d

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

Return Value

Type: ExceptionStatus

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

See Also