Click or drag to resize

MatrixTDepthGetCol Method

http://www.emgu.com
Get the specific column of the matrix

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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