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