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 (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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