Click or drag to resize

InputOutputArray Methods

http://www.emgu.com

The InputOutputArray type exposes the following members.

Methods
  NameDescription
Public methodCopyTo
Copy this Input array to another.
(Inherited from InputArray.)
Public methodDispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Protected methodDisposeObject
Release all the memory associated with this InputOutputArry
(Overrides OutputArrayDisposeObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetChannels
Get the number of channels
(Inherited from InputArray.)
Public methodGetDepth
Get the depth type
(Inherited from InputArray.)
Public methodGetDims
Get the number of dimensions
(Inherited from InputArray.)
Public methodStatic memberGetEmpty
Get an empty InputOutputArray
Public methodGetGpuMat
Get the GpuMat from the input array
(Inherited from InputArray.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetMat
Get the Mat from the input array
(Inherited from InputArray.)
Public methodGetSize
Get the size of the input array
(Inherited from InputArray.)
Public methodGetType (Inherited from Object.)
Public methodGetUMat
Get the UMat from the input array
(Inherited from InputArray.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodReleaseManagedResources
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.)
Public methodToString (Inherited from Object.)
Top
See Also