http://www.emgu.com
Create a Mat object with data pointed towards the specific row of the original matrix
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Mat GetRow(
int i
)
Public Function GetRow (
i As Integer
) As Mat
public:
Mat^ GetRow(
int i
)
member GetRow :
i : int -> Mat
Parameters
- i
- Type: SystemInt32
The row number
Return Value
Type:
MatA Mat object with data pointed towards the specific row of the original matrix
See Also