InputOutputArray Methods |
The InputOutputArray type exposes the following members.
Name | Description | |
---|---|---|
![]() | CopyTo |
Copy this Input array to another.
(Inherited from InputArray.) |
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release all the memory associated with this InputOutputArry
(Overrides OutputArrayDisposeObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetChannels |
Get the number of channels
(Inherited from InputArray.) |
![]() | GetDepth |
Get the depth type
(Inherited from InputArray.) |
![]() | GetDims |
Get the number of dimensions
(Inherited from InputArray.) |
![]() ![]() | GetEmpty |
Get an empty InputOutputArray
|
![]() | GetGpuMat |
Get the GpuMat from the input array
(Inherited from InputArray.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetMat |
Get the Mat from the input array
(Inherited from InputArray.) |
![]() | GetSize |
Get the size of the input array
(Inherited from InputArray.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetUMat |
Get the UMat from the input array
(Inherited from InputArray.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ReleaseManagedResources |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | ToString | (Inherited from Object.) |