Click or drag to resize

InputArray Class

http://www.emgu.com
This is the proxy class for passing read-only input arrays into OpenCV functions.
This is the proxy class for passing read-only input arrays into OpenCV functions.
Inheritance Hierarchy

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public class InputArray : UnmanagedObject

The InputArray type exposes the following members.

Constructors
  NameDescription
Public methodInputArray
Create a Input array from an existing unmanaged inputArray pointer
Top
Properties
  NameDescription
Public propertyIsEmpty
Return true if the input array is empty
Public propertyIsMat
True if the input array is a Mat
Public propertyIsMatVector
True if the input array is a vector of Mat
Public propertyIsMatx
True if the input array is a Matx
Public propertyIsUMat
True if the input array is an UMat
Public propertyIsUMatVector
True if the input array is a vector of UMat
Public propertyKind
The type of the input array
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Top
Methods
  NameDescription
Public methodCopyTo
Copy this Input array to another.
Public methodDispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Protected methodDisposeObject
Release all the unmanaged memory associated with this InputArray
(Overrides DisposableObjectDisposeObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetChannels
Get the number of channels
Public methodGetDepth
Get the depth type
Public methodGetDims
Get the number of dimensions
Public methodStatic memberGetEmpty
Get an empty input array
Public methodGetGpuMat
Get the GpuMat from the input array
Public methodGetHashCode (Inherited from Object.)
Public methodGetMat
Get the Mat from the input array
Public methodGetSize
Get the size of the input array
Public methodGetType (Inherited from Object.)
Public methodGetUMat
Get the UMat from the input array
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
Fields
  NameDescription
Protected field_ptr
A pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Top
See Also