MatrixTDepthGetRow Method |
http://www.emgu.com
Get the specific row of the matrix
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Matrix<TDepth> GetRow(
int row
)
Public Function GetRow (
row As Integer
) As Matrix(Of TDepth)
public:
Matrix<TDepth>^ GetRow(
int row
)
member GetRow :
row : int -> Matrix<'TDepth>
Parameters
- row
- Type: SystemInt32
the index of the row to be reterived
Return Value
Type:
MatrixTDepththe specific row of the matrix
See Also