TuttleOFX  1
tuttle::plugin::imageStatistics::ImageStatisticsProcess< View > Class Template Reference

Compute the image average. More...

#include <ImageStatisticsProcess.hpp>

Inheritance diagram for tuttle::plugin::imageStatistics::ImageStatisticsProcess< View >:
Collaboration diagram for tuttle::plugin::imageStatistics::ImageStatisticsProcess< View >:

Public Types

typedef boost::gil::point2
< double > 
Point2
typedef View::value_type Pixel
typedef terry::image_from_view
< View >::type 
Image

Public Member Functions

 ImageStatisticsProcess (ImageStatisticsPlugin &instance)
void setup (const OFX::RenderArguments &args)
void multiThreadProcessImages (const OfxRectI &procWindowRoW)

Private Attributes

ImageStatisticsPlugin_plugin
 Rendering plugin.
Pixel _outputPixel
ImageStatisticsProcessParams _processParams

Detailed Description

template<class View>
class tuttle::plugin::imageStatistics::ImageStatisticsProcess< View >

Compute the image average.

Definition at line 18 of file ImageStatisticsProcess.hpp.


Member Typedef Documentation

template<class View >
typedef terry::image_from_view<View>::type tuttle::plugin::imageStatistics::ImageStatisticsProcess< View >::Image

Reimplemented from tuttle::plugin::ImageGilProcessor< View >.

Definition at line 23 of file ImageStatisticsProcess.hpp.

template<class View >
typedef View::value_type tuttle::plugin::imageStatistics::ImageStatisticsProcess< View >::Pixel

Reimplemented from tuttle::plugin::ImageGilProcessor< View >.

Definition at line 22 of file ImageStatisticsProcess.hpp.

template<class View >
typedef boost::gil::point2<double> tuttle::plugin::imageStatistics::ImageStatisticsProcess< View >::Point2

Definition at line 21 of file ImageStatisticsProcess.hpp.


Constructor & Destructor Documentation

Definition at line 349 of file ImageStatisticsProcess.tcc.

References tuttle::plugin::ImageProcessor::setNoMultiThreading().

Here is the call graph for this function:


Member Function Documentation

template<class View >
void tuttle::plugin::imageStatistics::ImageStatisticsProcess< View >::multiThreadProcessImages ( const OfxRectI procWindowRoW) [virtual]
Parameters:
[in]procWindowRoWProcessing window in RoW

Implements tuttle::plugin::ImageProcessor.

Definition at line 409 of file ImageStatisticsProcess.tcc.

References tuttle::plugin::imageStatistics::eParamChooseOutputSource, OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.


Field Documentation

Definition at line 27 of file ImageStatisticsProcess.hpp.

Rendering plugin.

Definition at line 26 of file ImageStatisticsProcess.hpp.


The documentation for this class was generated from the following files: