TuttleOFX
1
|
#include <HistogramKeyerProcess.hpp>
Public Types | |
typedef View::value_type | Pixel |
typedef boost::gil::channel_type< View > ::type | Channel |
typedef float | Scalar |
Public Member Functions | |
HistogramKeyerProcess (HistogramKeyerPlugin &effect) | |
void | setup (const OFX::RenderArguments &args) |
void | multiThreadProcessImages (const OfxRectI &procWindowRoW) |
Function called by rendering thread each time a process must be done. | |
Protected Attributes | |
HistogramKeyerPlugin & | _plugin |
Rendering plugin. | |
HistogramKeyerProcessParams < Scalar > | _params |
parameters |
Definition at line 95 of file HistogramKeyerProcess.hpp.
typedef boost::gil::channel_type<View>::type tuttle::plugin::histogramKeyer::HistogramKeyerProcess< View >::Channel |
Definition at line 99 of file HistogramKeyerProcess.hpp.
typedef View::value_type tuttle::plugin::histogramKeyer::HistogramKeyerProcess< View >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 98 of file HistogramKeyerProcess.hpp.
typedef float tuttle::plugin::histogramKeyer::HistogramKeyerProcess< View >::Scalar |
Definition at line 100 of file HistogramKeyerProcess.hpp.
tuttle::plugin::histogramKeyer::HistogramKeyerProcess< View >::HistogramKeyerProcess | ( | HistogramKeyerPlugin & | effect | ) |
Definition at line 10 of file HistogramKeyerProcess.tcc.
void tuttle::plugin::histogramKeyer::HistogramKeyerProcess< View >::multiThreadProcessImages | ( | const OfxRectI & | procWindowRoW | ) | [virtual] |
Function called by rendering thread each time a process must be done.
[in] | procWindowRoW | Processing window |
Implements tuttle::plugin::ImageProcessor.
Definition at line 29 of file HistogramKeyerProcess.tcc.
References tuttle::plugin::histogramKeyer::Compute_alpha_pixel::_isOutputBW, tuttle::plugin::histogramKeyer::Compute_alpha_pixel::_params, terry::subimage_view(), terry::algorithm::transform_pixels_progress(), tuttle::translateRegion(), OfxPointI::x, OfxRectI::x1, OfxRectI::x2, OfxPointI::y, OfxRectI::y1, and OfxRectI::y2.
void tuttle::plugin::histogramKeyer::HistogramKeyerProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilFilterProcessor< View >.
Definition at line 17 of file HistogramKeyerProcess.tcc.
References OFX::RenderArguments::renderScale, and OFX::RenderArguments::time.
HistogramKeyerProcessParams<Scalar> tuttle::plugin::histogramKeyer::HistogramKeyerProcess< View >::_params [protected] |
parameters
Definition at line 103 of file HistogramKeyerProcess.hpp.
HistogramKeyerPlugin& tuttle::plugin::histogramKeyer::HistogramKeyerProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 102 of file HistogramKeyerProcess.hpp.