GpuMatIndexerT Class OpenCvSharp Class Library
Abstract definition of Mat indexer
Inheritance Hierarchy

SystemObject
  OpenCvSharp.CPlusPlus.GpuGpuMatIndexerT
    OpenCvSharp.CPlusPlus.GpuGpuMatIndexerT

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

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

Type Parameters

T

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

The GpuMatIndexerT type exposes the following members.

Properties

  NameDescription
Public propertyItem
2-dimensional indexer
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldparent
Parent matrix object
Protected fieldsizeOfT
sizeof(T)
Protected fieldstep
Step byte length for each dimension
Top
See Also

Reference