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