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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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