Click or drag to resize

NativeMethodscore_Mat_new7 Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_new7(System.IntPtr,OpenCvSharp.Rect,System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_Mat_new7(
	IntPtr mat,
	Rect roi,
	out IntPtr returnValue
)

Parameters

mat
Type: SystemIntPtr

[Missing <param name="mat"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_new7(System.IntPtr,OpenCvSharp.Rect,System.IntPtr@)"]

roi
Type: OpenCvSharpRect

[Missing <param name="roi"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_new7(System.IntPtr,OpenCvSharp.Rect,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_new7(System.IntPtr,OpenCvSharp.Rect,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_new7(System.IntPtr,OpenCvSharp.Rect,System.IntPtr@)"]

See Also