Click or drag to resize
IInputArray Interface
http://www.emgu.com
This is the proxy class for passing read-only input arrays into OpenCV functions.

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public interface IInputArray

The IInputArray type exposes the following members.

Methods
  NameDescription
Public methodGetInputArray
The unmanaged pointer to the input array.
Top
Extension Methods
  NameDescription
Public Extension MethodIsUmat
Determines whether the specified input array is umat.
(Defined by IInputArrayExtensions.)
Top
See Also