TuttleOFX
1
|
#include "filters/edgeDetect.hpp"
#include "filters/blurFilters.hpp"
#include <tuttle/plugin/IProgress.hpp>
#include <terry/math.hpp>
#include <boost/gil/gil_all.hpp>
#include <vector>
#include <string>
#include <float.h>
Go to the source code of this file.
Data Structures | |
struct | tuttle::imageUtils::tensor_t< TensorView > |
Structure handling anisotropic gradient parameters. More... | |
class | tuttle::imageUtils::ImageTensors< View > |
Class used to render tensors. 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::imageUtils |