TuttleOFX
1
|
00001 #ifndef _TUTTLE_PLUGIN_ANISOTROPICTENSORSDEFINITION_HPP_ 00002 #define _TUTTLE_PLUGIN_ANISOTROPICTENSORSDEFINITION_HPP_ 00003 00004 #include <string> 00005 00006 namespace tuttle { 00007 namespace plugin { 00008 namespace anisotropicFilter { 00009 namespace tensors { 00010 00011 static const std::string kParamDisplayStructureTensors( "displayStructureTensors" ); 00012 static const std::string kParamDisplayEffectMargin( "displayEffectMargin" ); 00013 00014 static const std::string kParamGroupStructureTensors( "groupStructureTensors" ); 00015 static const std::string kParamAlpha( "alpha" ); 00016 static const std::string kParamSigma( "sigma" ); 00017 static const std::string kParamGeometryFactor( "geometryFactor" ); 00018 static const std::string kParamThresholdingQuantization( "thresholdingQuantization" ); 00019 00020 static const std::string kParamGroupDiffuseTensors( "groupDiffuseTensors" ); 00021 00022 static const std::string kParamEdgeDetectAlgo( "edgeDetectAlgorithm" ); 00023 static const std::string kParamSharpness( "sharpness" ); 00024 static const std::string kParamAnisotropy( "anisotropy" ); 00025 00026 } 00027 } 00028 } 00029 } 00030 00031 #endif