IInputArrayExtensions Class |
Namespace: Emgu.CV
The IInputArrayExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ForEachDuplicateChannel(IInputArray, ActionIInputArray, Int32) |
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
| |
| ForEachDuplicateChannelTReturn(IInputArray, FuncIInputArray, Int32, TReturn) |
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
| |
| IsUmat |
Determines whether the specified input array is umat.
|