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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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