Indexer to access Mat row as MatExpr
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic MatRowExprIndexer RowExpr { get; }
Public ReadOnly Property RowExpr As MatRowExprIndexer
Get
public:
property MatRowExprIndexer^ RowExpr {
MatRowExprIndexer^ get ();
}
member RowExpr : MatRowExprIndexer with get
Return Value
Type:
MatRowExprIndexer
See Also