IInputOutputArray Methods |
The IInputOutputArray type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from IDisposable.) |
![]() | GetInputArray |
The unmanaged pointer to the input array.
(Inherited from IInputArray.) |
![]() | GetInputOutputArray |
The unmanaged pointer to the input/output array
|
![]() | GetOutputArray |
The unmanaged pointer to the output array
(Inherited from IOutputArray.) |
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.) |