Back to Adaptive Vision Library website
You are here: Start » Function Reference » Image Conversions » ReverseChannels
Reverses the order of channels in an image.
Syntax
C++
C#
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inImage | const Image& | Input image | |
![]() |
outImage | Image& | Output image with reversed channels |
Examples
![]() |
![]() |
Channels reversed from RGB to BGR on the Lena image.
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.