MatRowColExprIndexerGet Method (Int32)
|
Creates a matrix header for the specified matrix row/column.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic MatExpr Get(
int pos
)
Public Function Get (
pos As Integer
) As MatExpr
public:
MatExpr^ Get(
int pos
)
member Get :
pos : int -> MatExpr
Parameters
- pos
- Type: SystemInt32
Return Value
Type:
MatExpr
See Also