Click or drag to resize

CvInvokecvGetCol Method

http://www.emgu.com
Return the header, corresponding to a specified column of the input array

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static IntPtr cvGetCol(
	IntPtr arr,
	IntPtr submat,
	int col
)

Parameters

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

Return Value

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