CvArrGetCol 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 CvMat GetCol(
	int col
)

Parameters

col
Type: SystemInt32
Zero-based index of the selected column.

Return Value

Type: CvMat

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

See Also

Reference