GpuMat. Indexer< T> Class OpenCvSharp Class Library
GpuMat Indexer
Inheritance Hierarchy

System.Object
  OpenCvSharp.CPlusPlus.Gpu.GpuMatIndexer< T>
    OpenCvSharp.CPlusPlus.Gpu.GpuMat.Indexer<T>

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

public sealed class Indexer<T> : GpuMatIndexer<T>
where T : struct, new()

Type Parameters

T

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

The GpuMat. Indexer< T> type exposes the following members.

Properties

  NameDescription
Public propertyItem
2-dimensional indexer
(Overrides GpuMatIndexer<T>.Item[Int32, Int32].)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference