TuttleOFX
1
|
HistogramKeyer process. More...
#include <HistogramKeyerProcess.hpp>
Public Member Functions | |
template<typename Pixel > | |
Pixel | operator() (const Pixel &p) |
Data Fields | |
bool | _isOutputBW |
HistogramKeyerProcessParams < float > | _params |
HistogramKeyer process.
Functor which compute alpha for each pixel
Definition at line 19 of file HistogramKeyerProcess.hpp.
Pixel tuttle::plugin::histogramKeyer::Compute_alpha_pixel::operator() | ( | const Pixel & | p | ) | [inline] |
Definition at line 25 of file HistogramKeyerProcess.hpp.
References tuttle::plugin::histogramKeyer::HistogramKeyerProcessParams< Scalar >::_boolClampCurveValues, tuttle::plugin::histogramKeyer::HistogramKeyerProcessParams< Scalar >::_boolHSL, tuttle::plugin::histogramKeyer::HistogramKeyerProcessParams< Scalar >::_boolReverseMask, tuttle::plugin::histogramKeyer::HistogramKeyerProcessParams< Scalar >::_boolRGB, _isOutputBW, tuttle::plugin::histogramKeyer::HistogramKeyerProcessParams< Scalar >::_multiplierHSL, tuttle::plugin::histogramKeyer::HistogramKeyerProcessParams< Scalar >::_multiplierRGB, tuttle::plugin::histogramKeyer::HistogramKeyerProcessParams< Scalar >::_paramColorHSL, tuttle::plugin::histogramKeyer::HistogramKeyerProcessParams< Scalar >::_paramColorRGB, _params, tuttle::plugin::histogramKeyer::HistogramKeyerProcessParams< Scalar >::_time, boost::gil::color_convert(), OFX::BooleanParam::getValue(), and OFX::ParametricParam::getValue().
Definition at line 21 of file HistogramKeyerProcess.hpp.
Referenced by tuttle::plugin::histogramKeyer::HistogramKeyerProcess< View >::multiThreadProcessImages(), and operator()().
Definition at line 22 of file HistogramKeyerProcess.hpp.
Referenced by tuttle::plugin::histogramKeyer::HistogramKeyerProcess< View >::multiThreadProcessImages(), and operator()().