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