|
ddt 1.2.1
|
Image Color class, offers access to color map related functions. This file is part of the DDT Image Handling Library and provides functions for color map purposes. More...
#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 | |
| namespace | ddt |
Typedefs | |
| using | ddt::colorMap_t = std::array<std::array<float, COLOR_MAP_ENTRY_SIZE>, MAX_COLOR_MAP_ENTRIES> |
| using | ddt::colorMapARGB_t = std::array<unsigned int, MAX_COLOR_MAP_ENTRIES> |
| 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 |
Image Color class, offers access to color map related functions. This file is part of the DDT Image Handling Library and provides functions for color map purposes.