#include <RLinearLMStoLab.hpp>
Inheritance diagram for RLinearLMStoLab:
Purpose: Defines the linear transform RGB to/from LMS cone space. Paper: "Color Transfert between Images." Erik Reinhart, Michael Ashikhmin & all, University of Utah, september/october IEEE 2001. Book: "Digital Image Processing", William K. Pratt, Ed. John Wiley & Sons, London, 1991.
@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2004, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
RLinearLMStoLab () | |
virtual | ~RLinearLMStoLab () |
virtual Real3CImage * | convert (Real3CImage *from, Real3CImage *to=0) |
virtual Real3CImage * | revert (Real3CImage *from, Real3CImage *to=0) |
virtual void | report (FILE *file) |
Private Attributes | |
double | d [3] |
double | dinv [3] |