Start » Filter Reference » Image » Image Conversions » ReverseChannels
Module: | FoundationLite |
---|
Reverses the order of channels in an image.
Applications
E.g. when one has an RGB image, but needs to convert to BGR.
Name | Type | Description | |
---|---|---|---|
inImage | Image | Input image | |
outImage | Image | Output image with reversed channels |
Examples
Hardware Acceleration
This operation is optimized for SSSE3 technology for pixels of type: 3xUINT8.
This operation supports automatic parallelization for multicore and multiprocessor systems.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- SelectChannel – Creates an image from a single channel of the input image.
- MergeChannels – Creates a multichannel image from several monochromatic ones.