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