|
TuttleOFX
1
|
#include <HistogramProcess.hpp>


Public Types | |
| typedef View::value_type | Pixel |
| typedef boost::gil::channel_type< View > ::type | Channel |
| typedef float | Scalar |
Public Member Functions | |
| HistogramProcess (HistogramPlugin &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 | |
| HistogramPlugin & | _plugin |
| Rendering plugin. | |
| HistogramProcessParams< Scalar > | _params |
| parameters | |
Definition at line 95 of file HistogramProcess.hpp.
| typedef boost::gil::channel_type<View>::type tuttle::plugin::histogram::HistogramProcess< View >::Channel |
Definition at line 99 of file HistogramProcess.hpp.
| typedef View::value_type tuttle::plugin::histogram::HistogramProcess< View >::Pixel |
Reimplemented from tuttle::plugin::ImageGilProcessor< View >.
Definition at line 98 of file HistogramProcess.hpp.
| typedef float tuttle::plugin::histogram::HistogramProcess< View >::Scalar |
Definition at line 100 of file HistogramProcess.hpp.
| tuttle::plugin::histogram::HistogramProcess< View >::HistogramProcess | ( | HistogramPlugin & | effect | ) |
Definition at line 10 of file HistogramProcess.tcc.
| void tuttle::plugin::histogram::HistogramProcess< 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 HistogramProcess.tcc.
References tuttle::plugin::histogram::Compute_alpha_pixel::_isOutputBW, tuttle::plugin::histogram::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::histogram::HistogramProcess< View >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilFilterProcessor< View >.
Definition at line 17 of file HistogramProcess.tcc.
References OFX::RenderArguments::renderScale, and OFX::RenderArguments::time.
HistogramProcessParams<Scalar> tuttle::plugin::histogram::HistogramProcess< View >::_params [protected] |
parameters
Definition at line 103 of file HistogramProcess.hpp.
HistogramPlugin& tuttle::plugin::histogram::HistogramProcess< View >::_plugin [protected] |
Rendering plugin.
Definition at line 102 of file HistogramProcess.hpp.