Click or drag to resize

IOutputArray Methods

http://www.emgu.com

The IOutputArray type exposes the following members.

Methods
  NameDescription
Public methodDispose (Inherited from IDisposable.)
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 MethodForEachDuplicateChannel(ActionIInputArray, Int32)Overloaded.
Apply converter and compute result for each channel of the image, for single channel image, apply converter directly, for multiple channel image, make a copy of each channel to a temperary image and apply the convertor
(Defined by IInputArrayExtensions.)
Public Extension MethodForEachDuplicateChannelTReturn(FuncIInputArray, Int32, TReturn)Overloaded.
Apply converter and compute result for each channel of the image, for single channel image, apply converter directly, for multiple channel image, make a copy of each channel to a temperary image and apply the convertor
(Defined by IInputArrayExtensions.)
Public Extension MethodIsUmat
Determines whether the specified input array is umat.
(Defined by IInputArrayExtensions.)
Top
See Also