GpuMatGetGenericIndexerT Method OpenCvSharp Class Library
Gets a type-specific indexer. The indexer has getters/setters to access each matrix element.

Namespace:  OpenCvSharp.CPlusPlus.Gpu
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public GpuMatIndexer<T> GetGenericIndexer<T>()
where T : struct, new()

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:OpenCvSharp.CPlusPlus.Gpu.GpuMat.GetGenericIndexer``1"]

Return Value

Type: GpuMatIndexerT

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Gpu.GpuMat.GetGenericIndexer``1"]

See Also

Reference