Click or drag to resize

NativeMethodscore_Mat_data Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_Mat_data(
	IntPtr self,
	out byte* returnValue
)

Parameters

self
Type: SystemIntPtr

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

returnValue
Type: SystemByte*

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

Return Value

Type: ExceptionStatus

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

See Also