You are here: Start » Image » Image Conversions
Image Conversions
Select a function from the list below.
| Icon | Name | Description / Applications | |
|---|---|---|---|
| AddChannels | Creates a monochromatic image by summing the values of the input image channels. |
||
| AddChannels_Saturation | Creates a monochromatic image by summing the values of the input image channels with saturation. |
||
| AppendImageChannel | Appends a single valued channel to the input image. |
||
| AverageChannels | Creates a monochromatic image by averaging the input image channels. |
||
| AverageChannels_121 | Creates a monochromatic image by averaging the input image channels. Conversion to mono which is more consistent with human perception (our eyes are more sensitive to green). |
||
| AverageChannels_251 | Creates a monochromatic image by averaging the input image channels. Conversion to mono which is more consistent with human perception (our eyes are more sensitive to green). |
||
| AverageChannels_Weighted | Creates a monochromatic image from weighted averages of the input image channels. |
||
| ConvertPixelType | Changes the type of pixel components. |
||
| ConvertToMultichannel | Creates a multichannel image from a monochromatic one by replicating its channel. |
||
| MergeChannels | Creates a multichannel image from several monochromatic ones. |
||
| MixChannels | Calculates a linear combination of image channels. |
||
| RemoveChannel | Creates an image by removing a single channel from the input image. |
||
| ReverseChannels | Reverses the order of channels in an image. E.g. when one has an RGB image, but needs to convert to BGR. |
||
| SelectChannel | Creates an image from a single channel of the input image. |
||
| SplitChannels | Creates several monochromatic images from individual channels of the input image. |
||
| SplitChannels_OrNil | Creates several monochromatic images from individual channels of the input image and sets Nil for channels that are not present. |
