CvGetRawData Method (CvArr, IntPtr, Int32) OpenCvSharp Class Library
Retrieves low-level information about the array

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void GetRawData(
	CvArr arr,
	out IntPtr data,
	out int step
)

Parameters

arr
Type: OpenCvSharpCvArr
Array header.
data
Type: SystemIntPtr
Output pointer to the whole image origin or ROI origin if ROI is set.
step
Type: SystemInt32
Output full row length in bytes.
See Also

Reference