TuttleOFX
1
|
#include "HistogramDefinitions.hpp"
#include <tuttle/plugin/memory/OfxAllocator.hpp>
#include <tuttle/plugin/ImageEffectGilPlugin.hpp>
#include <boost/gil/extension/color/hsl.hpp>
#include <boost/multi_array.hpp>
#include <boost/array.hpp>
Go to the source code of this file.
Data Structures | |
struct | tuttle::plugin::histogram::HistogramBufferData |
struct | tuttle::plugin::histogram::AverageBarData |
struct | tuttle::plugin::histogram::Pixel_compute_histograms |
class | tuttle::plugin::histogram::OverlayData |
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::histogram |
Typedefs | |
typedef long | tuttle::plugin::histogram::Number |
typedef std::vector< Number, OfxAllocator< Number > > | tuttle::plugin::histogram::HistogramVector |
typedef boost::multi_array < unsigned char, 2, OfxAllocator< unsigned char > > | tuttle::plugin::histogram::bool_2d |