Click or drag to resize
MatrixTDepthRemoveCols Method
http://www.emgu.com
Return the matrix without 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> RemoveCols(
	int startCol,
	int endCol
)

Parameters

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

Return Value

Type: MatrixTDepth
The matrix without a specified column span of the input array
See Also