InputOutputArray Class |
Namespace: Emgu.CV
The InputOutputArray type exposes the following members.
Name | Description | |
---|---|---|
![]() | InputOutputArray |
Create an InputOutputArray from an existing unmanaged inputOutputArray pointer
|
Name | Description | |
---|---|---|
![]() | FixedSize |
True if the output array is fixed size
(Inherited from OutputArray.) |
![]() | FixedType |
True if the output array is fixed type
(Inherited from OutputArray.) |
![]() | IsEmpty |
Return true if the input array is empty
(Inherited from InputArray.) |
![]() | IsMat |
True if the input array is a Mat
(Inherited from InputArray.) |
![]() | IsMatVector |
True if the input array is a vector of Mat
(Inherited from InputArray.) |
![]() | IsMatx |
True if the input array is a Matx
(Inherited from InputArray.) |
![]() | IsUMat |
True if the input array is an UMat
(Inherited from InputArray.) |
![]() | IsUMatVector |
True if the input array is a vector of UMat
(Inherited from InputArray.) |
![]() | Kind |
The type of the input array
(Inherited from InputArray.) |
![]() | Needed |
True if the output array is needed
(Inherited from OutputArray.) |
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
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.) |
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |