#include <ColorModelConversions.h>
Static Public Member Functions | |
| void | fromYCbCrToRGB (unsigned char Y, unsigned char Cb, unsigned char Cr, unsigned char &R, unsigned char &G, unsigned char &B) |
| Converts an YCbCr pixel into an RGB pixel. | |
| void | fromRGBToYCbCr (unsigned char R, unsigned char G, unsigned char B, unsigned char &Y, unsigned char &Cb, unsigned char &Cr) |
| Converts an RGB pixel into an YCbCr pixel. | |
| void | fromYCbCrToHSI (unsigned char Y, unsigned char Cb, unsigned char Cr, unsigned char &H, unsigned char &S, unsigned char &I) |
| Converts an YCbCr pixel into an HSI pixel. | |
| void | fromHSIToYCbCr (unsigned char H, unsigned char S, unsigned char I, unsigned char &Y, unsigned char &Cb, unsigned char &Cr) |
| Converts an HSI pixel into an YCbCr pixel. | |
| void | fromYCbCrToTSL (unsigned char Y, unsigned char Cb, unsigned char Cr, unsigned char &T, unsigned char &S, unsigned char &L) |
| Converts an YCbCr pixel into a TSL pixel. | |
| void | fromTSLToYCbCr (unsigned char T, unsigned char S, unsigned char L, unsigned char &Y, unsigned char &Cb, unsigned char &Cr) |
| Converts a TSL pixel into an YCbCr pixel. | |
| void | fromTSLToRGB (unsigned char t, unsigned char s, unsigned char l, unsigned char &r, unsigned char &g, unsigned char &b) |
| Converts a TSL pixel into an YCbCr pixel. | |
Definition at line 15 of file ColorModelConversions.h.
|
||||||||||||||||||||||||||||
|
Converts an YCbCr pixel into an RGB pixel.
Definition at line 26 of file ColorModelConversions.h. References Y. Referenced by Image::convertFromYCbCrToRGB(), fromYCbCrToHSI(), VLCBallSpecialist::getSimilarityToOrange(), and GT2005BallSpecialist::getSimilarityToOrange(). |
|
||||||||||||||||||||||||||||
|
Converts an RGB pixel into an YCbCr pixel.
Definition at line 52 of file ColorModelConversions.h. References Y. Referenced by Image::convertFromRGBToYCbCr(), and fromHSIToYCbCr(). |
|
||||||||||||||||||||||||||||
|
Converts an YCbCr pixel into an HSI pixel.
Definition at line 78 of file ColorModelConversions.h. References fromYCbCrToRGB(), I, pi2, and Y. Referenced by Image::convertFromYCbCrToHSI(). |
Here is the call graph for this function:

|
||||||||||||||||||||||||||||
|
Converts an HSI pixel into an YCbCr pixel.
Definition at line 121 of file ColorModelConversions.h. References fromRGBToYCbCr(), I, pi2, and Y. Referenced by Image::convertFromHSIToYCbCr(). |
Here is the call graph for this function:

|
||||||||||||||||||||||||||||
|
Converts an YCbCr pixel into a TSL pixel.
Definition at line 179 of file ColorModelConversions.h. References Y. Referenced by Image::convertFromYCbCrToTSL(). |
|
||||||||||||||||||||||||||||
|
Converts a TSL pixel into an YCbCr pixel.
Definition at line 225 of file ColorModelConversions.h. |
|
||||||||||||||||||||||||||||
|
Converts a TSL pixel into an YCbCr pixel.
Definition at line 258 of file ColorModelConversions.h. |
1.3.6