|
last update 20 Sep 2009 |
|
|
Classes | |
| class | cvr::hueLUT |
| Following class provides a mono-state object that contains a 0.5MB Look-up Table to accelerate the computation of hues. More... | |
| class | cvr::image |
| The one and only RGBA-image format. More... | |
| class | cvr::mergeHSIToImage |
| Merge HSI (Hue Saturation Intensity) channels. More... | |
| class | cvr::mergeImage |
| Abstract base class for all merge image functor-classes. More... | |
| class | cvr::mergeRGBToImage |
| Merge RGB channels. More... | |
| class | cvr::mergeYCbCrToImage |
| Creates RGB values from given YCbCr values by merging float or ubyte values to an rgbPixel, merging channels(floats) or channel8s(ubytes) to an Image. More... | |
| class | cvr::mergeYIQToImage |
| Merge YIQ channels (Luminance, Inphase, Quadrature). More... | |
| class | cvr::mergeYPbPrToImage |
| Creates RGB values from given YPbPr values by merging float or ubyte values to an rgbaPixel, merging channels(floats) or channel8s(ubytes) to an Image. More... | |
| class | cvr::mergeYUVToImage |
| Compute RGB values from given YUV values by merging float or ubyte values to an rgbaPixel, merging channels(floats) or matrix<ubyte>s(ubytes) to an Image. More... | |
| class | cvr::splitImage |
| Abstract parent class for all classes that split an image into different color spaces components (color channels). More... | |
| class | cvr::splitImageToHSI |
| Split image into its Hue - Saturation - Intensity channels. More... | |
| class | cvr::splitImageToRGB |
| Split image into its Red - Green - Blue channels. More... | |
| class | cvr::splitImageTorgI |
| Split image in its chromaticity channels. More... | |
| class | cvr::splitImageToYCbCr |
| Computes the YCbCr values from a given RGB color representation (rgbaPixel). More... | |
| class | cvr::splitImageToYIQ |
| Split image in its Luminance Inphase Quadrature channels. More... | |
| class | cvr::splitImageToYPbPr |
| Computes the YPbPr values from a given RGB color representation (rgbaPixel). More... | |
| class | cvr::splitImageToYUV |
| Computes the YUV values from a given RGB color representation (rgbaPixel). More... | |
| class | cvr::rgbaPixel |
| Color pixel representation in RGB color space with an alpha channel. More... | |
| class | cvr::rgbPixel< T > |
| Color pixel representation in RGB color space. More... | |
Modules | |
| Color Quantization | |