ReverseChannels
Reverses the order of channels in an image.
Applications:E.g. when one has an RGB image, but needs to convert to BGR.
Syntax
C++
Python
def ReverseChannels( inImage: Image, outImage: Image, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
outImage | Image | Output image with reversed channels |
Hardware Acceleration
This operation is optimized for SSSE3 technology for pixels of type: 3xUINT8.
This operation supports automatic parallelization for multicore and multiprocessor systems.


