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