Get the specific row of the matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
Public Function GetRow ( _
row As Integer _
) As Matrix(Of TDepth)
Parameters
- row
- Int32
the index of the row to be reterived
Return Value
the specific row of the matrix
See Also