Click or drag to resize

MatrixTDepthGetRow Method

http://www.emgu.com
Get the specific row of the matrix

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> GetRow(
	int row
)

Parameters

row
Type: SystemInt32
the index of the row to be reterived

Return Value

Type: MatrixTDepth
the specific row of the matrix
See Also