|
TuttleOFX
1
|
#include "HistogramKeyerHistogramDisplay.hpp"#include <tuttle/plugin/opengl/gl.h>#include <boost/gil/extension/color/hsv.hpp>
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::histogramKeyer |
Functions | |
| void | tuttle::plugin::histogramKeyer::displayASpecificHistogram (const HistogramVector &v, const HistogramVector &selection_v, const double step, const double height, const double width, const HistogramColor color, float selectionMultiplier) |
| void | tuttle::plugin::histogramKeyer::displayASpecificHistogramBorder (const HistogramVector &v, const double step, const double height, const double width, const HistogramColor color) |
| void | tuttle::plugin::histogramKeyer::displaySelectionPoints (const HistogramVector &selection_v, const double step, const double width, const HistogramColor color) |
| void | tuttle::plugin::histogramKeyer::displayRedIndicator (const OfxPointI size) |
| void | tuttle::plugin::histogramKeyer::displayGreenIndicator (const OfxPointI size) |
| void | tuttle::plugin::histogramKeyer::displayBlueIndicator (const OfxPointI size) |
| void | tuttle::plugin::histogramKeyer::displayLightnessIndicator (const OfxPointI size) |
| void | tuttle::plugin::histogramKeyer::displaySaturationIndicator (const OfxPointI size) |
| void | tuttle::plugin::histogramKeyer::displayHueIndicator (const OfxPointI size, int precisionHueIndicator) |
| void | tuttle::plugin::histogramKeyer::displayAverageBar (const int average, HistogramColor color, const int width, const int height, const double step) |