Click or drag to resize
MatrixTDepthGetCols Method
http://www.emgu.com
Get the Matrix, corresponding to a specified column span of the input array

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> GetCols(
	int startCol,
	int endCol
)

Parameters

startCol
Type: SystemInt32
Zero-based index of the selected column
endCol
Type: SystemInt32
Zero-based index of the ending column (exclusive) of the span

Return Value

Type: MatrixTDepth
the specific column span of the matrix
See Also