| TuttleOFX
    1
    | 
#include "NLMDenoiserPlugin.hpp"#include <tuttle/common/utils/global.hpp>#include <tuttle/plugin/ImageGilProcessor.hpp>#include <tuttle/plugin/exceptions.hpp>#include <terry/globals.hpp>#include <cmath>#include <vector>#include <ofxsImageEffect.h>#include <ofxsMultiThread.h>#include <boost/gil/gil_all.hpp>#include <boost/ptr_container/ptr_vector.hpp>#include <boost/array.hpp>#include <boost/scoped_ptr.hpp>#include <boost/scoped_array.hpp>#include "NLMDenoiserProcess.tcc"

Go to the source code of this file.
| Data Structures | |
| struct | tuttle::plugin::nlmDenoiser::NlmParams | 
| class | tuttle::plugin::nlmDenoiser::NLMDenoiserProcess< View > | 
| Base class for the denoising processor.  More... | |
| Namespaces | |
| namespace | tuttle | 
| This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring. | |
| namespace | tuttle::plugin | 
| namespace | tuttle::plugin::nlmDenoiser |