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