MeVisLab Toolbox Reference
mlCIELabToRGBTools.h File Reference

Some draft tools to convert CIELab to RGB. More...

#include "MLMLToDicomToolsSystem.h"
#include <mlTypeDefs.h>
#include <mlLinearAlgebra.h>

Go to the source code of this file.

Namespaces

namespace  ml
 Defines the class GetTileJob.

Functions

Vector3 ml::convertXYZToRGB (const Vector3 &xyzIn, bool clampToStayInRGB=true)
Vector3 ml::convertCIELabToXYZ (const Vector3 &cieLabIn)
Vector3 ml::convertCIELabToRGB (const Vector3 &cieLabIn, bool clampToStayInRGB=true)
Vector3 ml::convertRGBToXYZ (const Vector3 &rgbIn, bool clampToObserver2IlluminantD65=false)
Vector3 ml::convertXYZToCIELab (const Vector3 &xyzIn)
Vector3 ml::convertRGBToCIELab (const Vector3 &rgbIn)
Vector3 ml::scaleCIELabTo16BitUnsigned (Vector3 cieLabIn)
Vector3 ml::unscaleCIELabTagValue (Vector3 cieLabScaledIn)

Detailed Description

Some draft tools to convert CIELab to RGB.

Author
Wolf Spindler
Date
2016-10-21

Definition in file mlCIELabToRGBTools.h.