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

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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