OutputArrayOfStructListT Class OpenCvSharp Class Library
Proxy datatype for passing Mat's and List<>'s as output parameters
Inheritance Hierarchy

SystemObject
  OpenCvSharpDisposableObject
    OpenCvSharpDisposableCvObject
      OpenCvSharp.CPlusPlusOutputArray
        OpenCvSharp.CPlusPlusOutputArrayOfStructListT

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

public sealed class OutputArrayOfStructList<T> : OutputArray
where T : struct, new()

Type Parameters

T

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

The OutputArrayOfStructListT type exposes the following members.

Properties

  NameDescription
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.)
Public propertyIsEnabledDispose
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.)
Top
Methods

  NameDescription
Public methodAssignResult
Public methodDispose
Releases the resources
(Inherited from DisposableObject.)
Public methodEquals (Inherited from Object.)
Public methodFix
(Inherited from OutputArray.)
Public methodGetGpuMat
(Inherited from OutputArray.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetMat
(Inherited from OutputArray.)
Public methodGetType (Inherited from Object.)
Public methodGetVectorOfMat
(Inherited from OutputArray.)
Public methodIsGpuMat
(Inherited from OutputArray.)
Public methodIsMat
(Inherited from OutputArray.)
Public methodIsReady
(Inherited from OutputArray.)
Public methodIsVectorOfMat
(Inherited from OutputArray.)
Public methodThrowIfDisposed
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.)
Public methodThrowIfNotReady
(Inherited from OutputArray.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference