Returns array row
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- arr
- Type: OpenCvSharpCvArr
Input array. - submat
- Type: OpenCvSharpCvMat
Reference to the resulting sub-array header. - row
- Type: SystemInt32
Zero-based index of the selected row.
Return Value
Type: CvMat[Missing <returns> documentation for "M:OpenCvSharp.Cv.GetRow(OpenCvSharp.CvArr,OpenCvSharp.CvMat@,System.Int32)"]
See Also