IInputArrayOfArrays Interface |
Namespace: Emgu.CV
The IInputArrayOfArrays type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| GetInputArray |
The unmanaged pointer to the input array.
(Inherited from IInputArray.) |
| Name | Description | |
|---|---|---|
| ForEachDuplicateChannel(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.) | |
| ForEachDuplicateChannelTReturn(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.) | |
| IsUmat |
Determines whether the specified input array is umat.
(Defined by IInputArrayExtensions.) |