MEPP2 Project
Functions
rgb_to_lab.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double F (double input)
 
void RGBtoXYZ (double R, double G, double B, double &X, double &Y, double &Z)
 
void XYZtoLab (double X, double Y, double Z, double *lab)
 
void rgb_to_lab (double R, double G, double B, double *lab)
 

Function Documentation

◆ F()

double F ( double  input)
inline

Definition at line 14 of file rgb_to_lab.h.

Here is the caller graph for this function:

◆ rgb_to_lab()

void rgb_to_lab ( double  R,
double  G,
double  B,
double *  lab 
)
inline

Definition at line 67 of file rgb_to_lab.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ RGBtoXYZ()

void RGBtoXYZ ( double  R,
double  G,
double  B,
double &  X,
double &  Y,
double &  Z 
)
inline

Definition at line 24 of file rgb_to_lab.h.

Here is the caller graph for this function:

◆ XYZtoLab()

void XYZtoLab ( double  X,
double  Y,
double  Z,
double *  lab 
)
inline

Definition at line 47 of file rgb_to_lab.h.

Here is the call graph for this function:
Here is the caller graph for this function: