Click or drag to resize
CvInvokecvGetRow Method
http://www.emgu.com
Return the header, corresponding to a specified row of the input array

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public static IntPtr cvGetRow(
	IntPtr arr,
	IntPtr submat,
	int row
)

Parameters

arr
Type: SystemIntPtr
Input array
submat
Type: SystemIntPtr
Pointer to the prelocate memory of the resulting sub-array header
row
Type: SystemInt32
Zero-based index of the selected row

Return Value

Type: IntPtr
The header, corresponding to a specified row of the input array
See Also