Méthode | Description | |
---|---|---|
Init ( float luma, float refBlackWhite ) : void | ||
TiffYCbCrToRGB ( ) : System | ||
YCbCrtoRGB ( int Y, int Cb, int Cr, int &r, int &g, int &b ) : void |
Méthode | Description | |
---|---|---|
clamp ( int f, int min, int max ) : int | ||
code2V ( int c, float RB, float RW, float CR ) : int | ||
fix ( float x ) : int | ||
hiClamp ( int f, int max ) : int |
public Init ( float luma, float refBlackWhite ) : void | ||
luma | float | |
refBlackWhite | float | |
Résultat | void |
public YCbCrtoRGB ( int Y, int Cb, int Cr, int &r, int &g, int &b ) : void | ||
Y | int | |
Cb | int | |
Cr | int | |
r | int | |
g | int | |
b | int | |
Résultat | void |