ddt  0.1
Classes | Namespaces | Typedefs | Variables
imageColor.hpp File Reference
#include <sys/stat.h>
#include <algorithm>
#include <cctype>
#include <unordered_map>
#include "boost/filesystem.hpp"
#include <cpl.h>
#include "ddt/dataAcquisition.hpp"
#include "ddt/dataFile.hpp"
#include "ddt/ddtLogger.hpp"
#include "ddt/imageError.hpp"
#include "ddt/imageIO.hpp"
#include "ddt/imageProc.hpp"
#include "ddt/imageStats.hpp"

Go to the source code of this file.

Classes

struct  ddt::scalingLut_t
 
class  ddt::ImageColor
 

Namespaces

 ddt
 

Typedefs

typedef std::array< std::array< float, COLOR_MAP_ENTRY_SIZE >, MAX_COLOR_MAP_ENTRIES > ddt::colorMap_t
 
typedef std::array< unsigned int, MAX_COLOR_MAP_ENTRIES > ddt::colorMapARGB_t
 
typedef struct ddt::scalingLut_t ddt::scalingLut_t
 

Variables

constexpr size_t ddt::MAX_SCALING_LUT_ENTRIES = 65536
 
constexpr uint ddt::MAX_SCALING_LUT_VALUE = 65535
 
constexpr size_t ddt::MAX_COLOR_MAP_ENTRIES = 256
 
constexpr size_t ddt::MAX_COLOR_MAP_VALUE = 255
 
constexpr size_t ddt::COLOR_MAP_ENTRY_SIZE = 3