Back to FabImage Library Lite websiteYou are here:
Start »
Image Conversions »
ReverseChannels
Header: | FIL.h |
Namespace: | fil |
Reverses the order of channels in an image.
Syntax
void fil::ReverseChannels
(
const fil::Image& inImage,
fil::Image& outImage
)
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.
See Also
- MergeChannels – Creates a multichannel image from several monochromatic ones.
- SelectChannel – Creates an image from a single channel of the input image.