|
TuttleOFX
1
|
#include "HistogramKeyerDefinitions.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::histogramKeyer::HistogramBufferData |
| struct | tuttle::plugin::histogramKeyer::AverageBarData |
| struct | tuttle::plugin::histogramKeyer::Pixel_compute_histograms |
| class | tuttle::plugin::histogramKeyer::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::histogramKeyer |
Typedefs | |
| typedef long | tuttle::plugin::histogramKeyer::Number |
| typedef std::vector< Number, OfxAllocator< Number > > | tuttle::plugin::histogramKeyer::HistogramVector |
| typedef boost::multi_array < unsigned char, 2, OfxAllocator< unsigned char > > | tuttle::plugin::histogramKeyer::bool_2d |