Click or drag to resize

GpuMatGetGenericIndexerT Method

Gets a type-specific indexer. The indexer has getters/setters to access each matrix element.

Namespace:  OpenCvSharp.Cuda
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public GpuMatIndexer<T> GetGenericIndexer<T>()
where T : struct, new()

Type Parameters

T

Return Value

Type: GpuMatIndexerT
See Also