#include <ARLinearColorSpaceMapping.hpp>
Inheritance diagram for ARLinearColorSpaceMapping:


 
Purpose:        Define the concept of real linear color space image conversions 
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 | |
| ARLinearColorSpaceMapping () | |
| virtual | ~ARLinearColorSpaceMapping () | 
| virtual void | inSpaceTo (double *to1, double *to2, double *to3, double from1=0.0, double from2=0.0, double from3=0.0) | 
| virtual void | outSpaceTo (double *from1, double *from2, double *from3, double to1, double to2, double to3) | 
| virtual Real3CImage * | convert (Real3CImage *from, Real3CImage *to=0) | 
| virtual Real3CImage * | revert (Real3CImage *from, Real3CImage *to=0) | 
| virtual void | report (FILE *file) | 
Protected Attributes | |
| double | Tdata [9] | 
| double | Tinvdata [9] | 
| double ** | T | 
| double ** | Tinv | 
![]()  | 
    
