TuttleOFX
1
|
#include "SobelPlugin.hpp"
#include "SobelProcess.hpp"
#include "SobelDefinitions.hpp"
#include <tuttle/plugin/ofxToGil/point.hpp>
#include <terry/globals.hpp>
#include <terry/point/operations.hpp>
#include <terry/filter/gaussianKernel.hpp>
#include <boost/gil/gil_all.hpp>
#include <boost/lambda/lambda.hpp>
Go to the source code of this file.
Namespaces | |
namespace | sobel |
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::sobel |
Functions | |
template<typename Scalar > | |
std::ostream & | tuttle::plugin::sobel::operator<< (std::ostream &os, terry::filter::kernel_1d< Scalar > &kernel) |