Click or drag to resize
MatrixTDepthGetCol Method
http://www.emgu.com
Get the specific column of the matrix

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Matrix<TDepth> GetCol(
	int col
)

Parameters

col
Type: SystemInt32
the index of the column to be reterived

Return Value

Type: MatrixTDepth
the specific column of the matrix
See Also