Click or drag to resize
IOutputArray Interface
http://www.emgu.com
This type is very similar to InputArray except that it is used for output function parameters.

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

The IOutputArray type exposes the following members.

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