www.emgu.com/wiki
Return the matrix without a specified row span of the input array

Declaration Syntax
public Matrix<TDepth> RemoveRows(
int startRow,
int endRow
)
public:
Matrix<TDepth>^ RemoveRows(
int startRow,
int endRow
)

Parameters
- startRow (Int32)
- Zero-based index of the starting row (inclusive) of the span
- endRow (Int32)
- Zero-based index of the ending row (exclusive) of the span

Return Value
The matrix without a specified row span of the input array
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)