TuttleOFX  1
BlurDefinitions.hpp File Reference
Include dependency graph for BlurDefinitions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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::blur

Enumerations

enum  tuttle::plugin::blur::EParamBorder {
  tuttle::plugin::blur::eParamBorderNo = 0, tuttle::plugin::blur::eParamBorderMirror, tuttle::plugin::blur::eParamBorderConstant, tuttle::plugin::blur::eParamBorderBlack,
  tuttle::plugin::blur::eParamBorderPadded
}

Variables

static const std::string tuttle::plugin::blur::kParamSize = "size"
static const std::string tuttle::plugin::blur::kParamBorder = "border"
static const std::string tuttle::plugin::blur::kParamBorderNo = "No"
static const std::string tuttle::plugin::blur::kParamBorderMirror = "Mirror"
static const std::string tuttle::plugin::blur::kParamBorderConstant = "Constant"
static const std::string tuttle::plugin::blur::kParamBorderBlack = "Black"
static const std::string tuttle::plugin::blur::kParamBorderPadded = "Padded"
static const std::string tuttle::plugin::blur::kParamGroupAdvanced = "advanced"
static const std::string tuttle::plugin::blur::kParamNormalizedKernel = "normalizedKernel"
static const std::string tuttle::plugin::blur::kParamKernelEpsilon = "kernelEpsilon"