http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get the specific row of the matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Matrix<TDepth> GetRow( int row ) |
Visual Basic |
---|
Public Function GetRow ( _ row As Integer _ ) As Matrix(Of TDepth) |
Visual C++ |
---|
public: Matrix<TDepth>^ GetRow( int row ) |
Parameters
- row
- Type: System..::..Int32
the index of the row to be reterived