![]() |
aimsdata
5.0.5
Neuroimaging data handling
|
#include <cartobase/type/string_conversion.h>
#include <cartobase/type/converter.h>
#include <aims/rgb/rgb.h>
#include <aims/utility/converter_rgb.h>
#include <aims/hsv/hsv.h>
Go to the source code of this file.
Namespaces | |
carto | |
Macros | |
#define | MIN3(x, y, z) |
#define | MAX3(x, y, z) |
Functions | |
template<class T > | |
void | carto::rgbtohsv (const T &in, AimsHSV &out) |
template<class T > | |
void | carto::hsvtorgb (const AimsHSV &in, T &out) |
#define MAX3 | ( | x, | |
y, | |||
z | |||
) |
Definition at line 48 of file converter_hsv.h.
Referenced by carto::rgbtohsv().
#define MIN3 | ( | x, | |
y, | |||
z | |||
) |
Definition at line 43 of file converter_hsv.h.
Referenced by carto::rgbtohsv().