#include <RColorRGBtoLab.hpp>
Inheritance diagram for RColorRGBtoLab:
Purpose: Defines the RGB to/from Lab space defined by Ruderman 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 | |
RColorRGBtoLab () | |
virtual | ~RColorRGBtoLab () |
virtual Real3CImage * | convert (Real3CImage *from, Real3CImage *to=0) |
virtual Real3CImage * | revert (Real3CImage *from, Real3CImage *to=0) |
virtual void | report (FILE *file) |
Private Attributes | |
RLinearRGBtoLMS | rgbToLms |
RLinearLMStoLab | lmsToLab |