OutputArrayOfStructListT Class |
Namespace: OpenCvSharp
public sealed class OutputArrayOfStructList<T> : OutputArray where T : struct, new()
The OutputArrayOfStructListT type exposes the following members.
| 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.) |
| Name | Description | |
|---|---|---|
| AssignResult | (Overrides OutputArrayAssignResult.) | |
| Dispose |
Releases the resources
(Inherited from DisposableObject.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Fix | (Inherited from OutputArray.) | |
| GetGpuMat | (Inherited from OutputArray.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetMat | (Inherited from OutputArray.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetVectorOfMat | (Inherited from OutputArray.) | |
| 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 | Returns a string that represents the current object. (Inherited from Object.) |