Click or drag to resize

NativeMethodscore_Mat_reserveBuffer Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_Mat_reserveBuffer(
	IntPtr self,
	IntPtr sz
)

Parameters

self
Type: SystemIntPtr

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

sz
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also