Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image Conversions

Image Conversions

Select a function from the list below.

IconNameDescription
AddChannelsCreates a monochromatic image by summing the values of the input image channels.
AddChannels_SaturationCreates a monochromatic image by summing the values of the input image channels with saturation.
AverageChannelsCreates a monochromatic image by averaging the input image channels.
AverageChannels_WeightedCreates a monochromatic image from weighted averages of the input image channels.
ConvertPixelTypeChanges the type of pixel components.
ConvertToMultichannelCreates a multichannel image from a monochromatic one by replicating its channel.
MergeChannelsCreates a multichannel image from several monochromatic ones.
ReverseChannelsE.g. when one has an RGB image, but needs to convert to BGR.
SelectChannelCreates an image from a single channel of the input image.
SplitChannelsCreates several monochromatic images from individual channels of the input image.