TuttleOFX  1
ColorTransferDefinitions.hpp File Reference
Include dependency graph for ColorTransferDefinitions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  tuttle
 

This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring.


namespace  tuttle::plugin
namespace  tuttle::plugin::colorTransfer

Enumerations

enum  tuttle::plugin::colorTransfer::EColorspace { tuttle::plugin::colorTransfer::eColorspaceNone = 0, tuttle::plugin::colorTransfer::eColorspaceLMS, tuttle::plugin::colorTransfer::eColorspaceLab }

Functions

static const std::string tuttle::plugin::colorTransfer::kClipSrcRef ("srcRef")
static const std::string tuttle::plugin::colorTransfer::kClipDstRef ("dstRef")
static const std::string tuttle::plugin::colorTransfer::kParamColorspace ("colorspace")
static const std::string tuttle::plugin::colorTransfer::kParamColorspaceNone ("none")
static const std::string tuttle::plugin::colorTransfer::kParamColorspaceLMS ("LMS")
static const std::string tuttle::plugin::colorTransfer::kParamColorspaceLab ("LAlphaBeta")
static const std::string tuttle::plugin::colorTransfer::kParamAverageCoef ("averageCoef")
static const std::string tuttle::plugin::colorTransfer::kParamDynamicCoef ("dynamicCoef")
static const std::string tuttle::plugin::colorTransfer::kParamRegionA ("regionA")
static const std::string tuttle::plugin::colorTransfer::kParamRegionB ("regionB")
static const std::string tuttle::plugin::colorTransfer::kParamSameRegion ("sameRegion")
static const std::string tuttle::plugin::colorTransfer::kParamInputRegionA ("inputRegionA")
static const std::string tuttle::plugin::colorTransfer::kParamInputRegionB ("inputRegionB")