TuttleOFX
1
|
#include "HistogramKeyerPlugin.hpp"
#include "HistogramKeyerHistogramDisplay.hpp"
#include <tuttle/plugin/global.hpp>
#include <tuttle/plugin/interact/interact.hpp>
#include <tuttle/plugin/interact/InteractInfos.hpp>
#include <ofxsImageEffect.h>
#include <ofxsInteract.h>
Go to the source code of this file.
Data Structures | |
class | tuttle::plugin::histogramKeyer::HSLOverlay |
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 |
Enumerations | |
enum | tuttle::plugin::histogramKeyer::ESelectedChannelHSL { tuttle::plugin::histogramKeyer::eSelectedChannelMoreHSL, tuttle::plugin::histogramKeyer::eSelectedChannelH, tuttle::plugin::histogramKeyer::eSelectedChannelS, tuttle::plugin::histogramKeyer::eSelectedChannelL, tuttle::plugin::histogramKeyer::eSelectedChannelNoneHSL } |