CvGetCol Method OpenCvSharp Class Library
Returns array column

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

public static CvMat GetCol(
	CvArr arr,
	out CvMat submat,
	int col
)

Parameters

arr
Type: OpenCvSharpCvArr
Input array.
submat
Type: OpenCvSharpCvMat
Reference to the resulting sub-array header.
col
Type: SystemInt32
Zero-based index of the selected column.

Return Value

Type: CvMat

[Missing <returns> documentation for "M:OpenCvSharp.Cv.GetCol(OpenCvSharp.CvArr,OpenCvSharp.CvMat@,System.Int32)"]

See Also

Reference