TuttleOFX
1
|
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::idKeyer |
Functions | |
std::string | tuttle::plugin::idKeyer::getColorParamName (const size_t i) |
Variables | |
static const std::string | tuttle::plugin::idKeyer::kParamNbPoints = "nbPoints" |
static const size_t | tuttle::plugin::idKeyer::kMaxNbPoints = 5 |
static const std::string | tuttle::plugin::idKeyer::kParamColor = "color" |
static const std::string | tuttle::plugin::idKeyer::kParamUseAlpha = "useAlpha" |
static const std::string | tuttle::plugin::idKeyer::kParamTolerance = "tolerance" |