Click or drag to resize

GpuMat.Indexer<T> Class

GpuMat Indexer
Inheritance Hierarchy
System.Object
  OpenCvSharp.Cuda.GpuMatIndexer<T>
    OpenCvSharp.Cuda.GpuMat.Indexer<T>

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

Type Parameters

T

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

Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also