Click or drag to resize

OutputArrayOfMatList Class

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public sealed class OutputArrayOfMatList : OutputArray

The OutputArrayOfMatList 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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFix
(Inherited from OutputArray.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMat
(Inherited from OutputArray.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVectorOfMat
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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also