TuttleOFX
1
|
LocalMaxima process. More...
#include <LocalMaximaProcess.hpp>
Public Types | |
typedef SView::value_type | SPixel |
typedef boost::gil::channel_type < SView >::type | SChannel |
typedef DView::value_type | DPixel |
typedef boost::gil::channel_type < DView >::type | DChannel |
typedef float | Scalar |
Public Member Functions | |
LocalMaximaProcess (LocalMaximaPlugin &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 | |
LocalMaximaPlugin & | _plugin |
Rendering plugin. | |
LocalMaximaProcessParams< Scalar > | _params |
parameters |
LocalMaxima process.
Definition at line 16 of file LocalMaximaProcess.hpp.
typedef boost::gil::channel_type<DView>::type tuttle::plugin::localmaxima::LocalMaximaProcess< SView, DView >::DChannel |
Definition at line 23 of file LocalMaximaProcess.hpp.
typedef DView::value_type tuttle::plugin::localmaxima::LocalMaximaProcess< SView, DView >::DPixel |
Definition at line 22 of file LocalMaximaProcess.hpp.
typedef float tuttle::plugin::localmaxima::LocalMaximaProcess< SView, DView >::Scalar |
Definition at line 25 of file LocalMaximaProcess.hpp.
typedef boost::gil::channel_type<SView>::type tuttle::plugin::localmaxima::LocalMaximaProcess< SView, DView >::SChannel |
Definition at line 20 of file LocalMaximaProcess.hpp.
typedef SView::value_type tuttle::plugin::localmaxima::LocalMaximaProcess< SView, DView >::SPixel |
Definition at line 19 of file LocalMaximaProcess.hpp.
tuttle::plugin::localmaxima::LocalMaximaProcess< SView, DView >::LocalMaximaProcess | ( | LocalMaximaPlugin & | effect | ) |
Definition at line 22 of file LocalMaximaProcess.tcc.
void tuttle::plugin::localmaxima::LocalMaximaProcess< SView, DView >::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 40 of file LocalMaximaProcess.tcc.
References tuttle::plugin::localmaxima::eParamBorderBlack, tuttle::plugin::merge::fill_pixels(), tuttle::plugin::ofxToGil(), tuttle::rectangleReduce(), tuttle::rectanglesIntersection(), terry::subimage_view(), terry::algorithm::transform_pixels_locator_progress(), tuttle::translateRegion(), OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.
void tuttle::plugin::localmaxima::LocalMaximaProcess< SView, DView >::setup | ( | const OFX::RenderArguments & | args | ) | [virtual] |
Reimplemented from tuttle::plugin::ImageGilFilterProcessor< SView, DView >.
Definition at line 29 of file LocalMaximaProcess.tcc.
References OFX::RenderArguments::renderScale.
LocalMaximaProcessParams<Scalar> tuttle::plugin::localmaxima::LocalMaximaProcess< SView, DView >::_params [protected] |
parameters
Definition at line 29 of file LocalMaximaProcess.hpp.
LocalMaximaPlugin& tuttle::plugin::localmaxima::LocalMaximaProcess< SView, DView >::_plugin [protected] |
Rendering plugin.
Definition at line 28 of file LocalMaximaProcess.hpp.