TuttleOFX  1
ColorSpaceKeyerDefinitions.hpp File Reference
#include <tuttle/plugin/global.hpp>
#include <GL/glew.h>
#include <tuttle/plugin/opengl/gl.h>
#include <tuttle/plugin/interact/interact.hpp>
#include <tuttle/plugin/interact/overlay.hpp>
#include <tuttle/plugin/ofxToGil/point.hpp>
#include <tuttle/plugin/ImageEffectGilPlugin.hpp>
#include <ofxsImageEffect.h>
#include <ofxsInteract.h>
#include <boost/gil/gil_all.hpp>
#include <boost/gil/extension/color/hsl.hpp>
#include <boost/scoped_ptr.hpp>
#include <vector>
Include dependency graph for ColorSpaceKeyerDefinitions.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::colorSpaceKeyer

Variables

static const std::string tuttle::plugin::colorSpaceKeyer::kClipColorSelection = "color"
static const std::string tuttle::plugin::colorSpaceKeyer::kClipSpillSelection = "spill"
static const float tuttle::plugin::colorSpaceKeyer::kOpenGLSceneMaxSize = 200.0
static const std::string tuttle::plugin::colorSpaceKeyer::kPointCloudDisplay = "pointCloudDisplay"
static const std::string tuttle::plugin::colorSpaceKeyer::kPointCloudDisplayLabel = "Display data"
static const std::string tuttle::plugin::colorSpaceKeyer::kBoolDiscretizationDisplay = "discretizationDisplayBool"
static const std::string tuttle::plugin::colorSpaceKeyer::kBoolDiscretizationDisplayLabel = "Discretize point cloud"
static const std::string tuttle::plugin::colorSpaceKeyer::kIntDiscretizationDisplay = "discretizationDisplay"
static const std::string tuttle::plugin::colorSpaceKeyer::kIntDiscretizationDisplayLabel = "Discretization step"
static const std::string tuttle::plugin::colorSpaceKeyer::kIntNumberOfDivisonGeodesicForm = "numberOfDivisonGeodesicForm"
static const std::string tuttle::plugin::colorSpaceKeyer::kIntNumberOfDivisonGeodesicFormLabel = "Precision"
static const std::string tuttle::plugin::colorSpaceKeyer::kPushButtonResetTransformationParameters = "ResetTransformation"
static const std::string tuttle::plugin::colorSpaceKeyer::kPushButtonResetTransformationParametersLabel = "Reset transformation"
static const std::string tuttle::plugin::colorSpaceKeyer::kBoolOnlySelection = "displayColorGeodesicForm"
static const std::string tuttle::plugin::colorSpaceKeyer::kBoolOnlySelectionLabel = "Display color form"
static const std::string tuttle::plugin::colorSpaceKeyer::kBoolDisplaySpillGF = "displaySpillGeodesicForm"
static const std::string tuttle::plugin::colorSpaceKeyer::kBoolDisplaySpillGFLabel = "Display spill form"
static const std::string tuttle::plugin::colorSpaceKeyer::kGroupDisplay = "groupDisplay"
static const std::string tuttle::plugin::colorSpaceKeyer::kGroupDisplayLabel = "Display"
static const std::string tuttle::plugin::colorSpaceKeyer::kGroupSettings = "groupSettings"
static const std::string tuttle::plugin::colorSpaceKeyer::kGroupSettingsLabel = "Settings"
static const std::string tuttle::plugin::colorSpaceKeyer::kGroupProcess = "groupProcess"
static const std::string tuttle::plugin::colorSpaceKeyer::kGroupProcessLabel = "Process"
static const std::string tuttle::plugin::colorSpaceKeyer::kColorAverageSelection = "colorAverageSelection"
static const std::string tuttle::plugin::colorSpaceKeyer::kColorAverageSelectionLabel = "Average selection"
static const std::string tuttle::plugin::colorSpaceKeyer::kColorAverageMode = "colorAverageMode"
static const std::string tuttle::plugin::colorSpaceKeyer::kColorAverageModeLabel = "Average mode"
static const std::string tuttle::plugin::colorSpaceKeyer::kColorAverageMode1 = "Automatic"
static const std::string tuttle::plugin::colorSpaceKeyer::kColorAverageMode2 = "Manual"
static const std::string tuttle::plugin::colorSpaceKeyer::kColorAverageComputing = "colorAverageComputing"
static const std::string tuttle::plugin::colorSpaceKeyer::kColorAverageComputingLabel = "Compute"
static const std::string tuttle::plugin::colorSpaceKeyer::kBoolColorSelectionDisplay = "displayColorSelectionDisplay"
static const std::string tuttle::plugin::colorSpaceKeyer::kBoolColorSelectionDisplayLabel = "Display color selection"
static const std::string tuttle::plugin::colorSpaceKeyer::kBoolSpillSelectionDisplay = "displaySpillSelectionDisplay"
static const std::string tuttle::plugin::colorSpaceKeyer::kBoolSpillSelectionDisplayLabel = "Display spill selection"
static const std::string tuttle::plugin::colorSpaceKeyer::kDoubleScaleGeodesicForm = "scaleGF"
static const std::string tuttle::plugin::colorSpaceKeyer::kDoubleScaleGeodesicFormLabel = "Scale geodesic form"
static const int tuttle::plugin::colorSpaceKeyer::KMaxDegres = 360
static const int tuttle::plugin::colorSpaceKeyer::kRotationSpeed = 5