IImageMiscProcessing.h File Reference
#include <boost/shared_ptr.hpp>
#include <elx/core/ProgressNotifier.h>
#include <elx/math/Geometry.h>
#include <elx/image/ImageLib.h>
#include <elx/image/ImageImpl.h>
Go to the source code of this file.
|
Classes |
class | eLynx::Image::IImageMiscProcessing |
Namespaces |
namespace | eLynx |
namespace | eLynx::Image |
Enumerations |
enum | eLynx::Image::EGradientMethod { eLynx::Image::GM_Linear,
eLynx::Image::GM_Quadratic
} |
| Gradient removal methods. More...
|
enum | eLynx::Image::EColorEmphasis {
eLynx::Image::CE_R = 0x0,
eLynx::Image::CE_G = 0x1,
eLynx::Image::CE_B = 0x2,
eLynx::Image::CE_L = 0x3,
eLynx::Image::CE_RGB = CE_R + (CE_G<<2) + (CE_B<<4),
eLynx::Image::CE_BGR = CE_B + (CE_G<<2) + (CE_R<<4),
eLynx::Image::CE_GGG = CE_G + (CE_G<<2) + (CE_G<<4),
eLynx::Image::CE_LLL = CE_L + (CE_L<<2) + (CE_L<<4),
eLynx::Image::CE_BRR = CE_B + (CE_R<<2) + (CE_B<<4),
eLynx::Image::CE_BBR = CE_B + (CE_B<<2) + (CE_R<<4),
eLynx::Image::CE_Default = CE_RGB
} |
| Color emphasis for digital development. More...
|
enum | eLynx::Image::EChannelSubstitution { eLynx::Image::CSM_Lab,
eLynx::Image::CSM_LRGB,
eLynx::Image::CSM_HLS,
eLynx::Image::CSM_HSB
} |
| Channel Substitution Method. More...
|
Functions |
ExportedByImage const char * | eLynx::Image::elxToString (EGradientMethod iMethod) |