Click or drag to resize
MatrixTDepthRemoveRows Method
http://www.emgu.com
Return the matrix without a specified row 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> RemoveRows(
	int startRow,
	int endRow
)

Parameters

startRow
Type: SystemInt32
Zero-based index of the starting row (inclusive) of the span
endRow
Type: SystemInt32
Zero-based index of the ending row (exclusive) of the span

Return Value

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