Proxy datatype for passing Mat's and List<>'s as output parameters
Inheritance Hierarchy
OpenCvSharpDisposableObject
OpenCvSharpDisposableCvObject
OpenCvSharp.CPlusPlusOutputArray
OpenCvSharp.CPlusPlusOutputArrayOfMatList
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The OutputArrayOfMatList type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) |
![]() | IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) |
![]() | IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) |
Methods
Name | Description | |
---|---|---|
![]() | AssignResult | (Overrides OutputArrayAssignResult.) |
![]() | Dispose |
Releases the resources
(Inherited from DisposableObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Fix | (Inherited from OutputArray.) |
![]() | GetGpuMat | (Inherited from OutputArray.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetMat | (Inherited from OutputArray.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetVectorOfMat | (Overrides OutputArrayGetVectorOfMat.) |
![]() | IsGpuMat | (Inherited from OutputArray.) |
![]() | IsMat | (Inherited from OutputArray.) |
![]() | IsReady | (Inherited from OutputArray.) |
![]() | IsVectorOfMat | (Inherited from OutputArray.) |
![]() | ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) |
![]() | ThrowIfNotReady | (Inherited from OutputArray.) |
![]() | ToString | (Inherited from Object.) |
See Also