TuttleOFX
1
|
#include "ColorTransferProcess.hpp"
#include "ColorTransferPlugin.hpp"
#include <tuttle/plugin/global.hpp>
#include <tuttle/plugin/exceptions.hpp>
#include <tuttle/plugin/param/gilColor.hpp>
#include <terry/color/transfer.hpp>
#include <terry/algorithm/transform_pixels_progress.hpp>
#include <terry/numeric/operations.hpp>
#include <terry/numeric/assign.hpp>
#include <terry/numeric/init.hpp>
#include <terry/numeric/sqrt.hpp>
#include <terry/numeric/operations_assign.hpp>
#include <terry/globals.hpp>
#include <boost/units/pow.hpp>
#include <boost/mpl/vector.hpp>
#include <boost/mpl/erase.hpp>
#include <boost/mpl/find.hpp>
#include <boost/mpl/if.hpp>
#include <boost/static_assert.hpp>
#include <boost/numeric/ublas/vector.hpp>
Go to the source code of this file.
Data Structures | |
struct | tuttle::plugin::colorTransfer::ColorParams< View > |
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 |
Functions | |
template<typename Pixel , typename CPixel > | |
CPixel | tuttle::plugin::colorTransfer::getPixel (const Pixel &p, const EColorspace eColorspace) |
template<typename Pixel , typename CPixel > | |
CPixel | tuttle::plugin::colorTransfer::setPixel (const Pixel &p, const EColorspace eColorspace) |