Fills output variables with low-level information about the array data. All output parameters are optional, so some of the pointers may be set to NULL. If the array is IplImage with ROI set, parameters of ROI are returned.

C# | Visual Basic | Visual C++ |
Public Shared Sub cvGetRawData ( _ arr As IntPtr, _ <OutAttribute> ByRef data As IntPtr, _ <OutAttribute> ByRef step As Integer, _ <OutAttribute> ByRef roi_size As MCvSize _ )
public: static void cvGetRawData( IntPtr arr, [OutAttribute] IntPtr% data, [OutAttribute] int% step, [OutAttribute] MCvSize% roi_size )
Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)