X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcpExtensions%2FAlgorithms%2FLightCompensationFilter.h;fp=lib%2FcpPlugins%2FExtensions%2FAlgorithms%2FLightCompensationFilter.h;h=36f8da583948371d6c29383f9cf7920e40137000;hb=2361f4f97631e09d88d8a5510a369817dcaa19db;hp=596b5fa19f4d7ce0221122bd2cb0fc18a3453757;hpb=e18f55af541dba9026284beb6f12ef06b12e6f47;p=cpPlugins.git diff --git a/lib/cpPlugins/Extensions/Algorithms/LightCompensationFilter.h b/lib/cpExtensions/Algorithms/LightCompensationFilter.h similarity index 73% rename from lib/cpPlugins/Extensions/Algorithms/LightCompensationFilter.h rename to lib/cpExtensions/Algorithms/LightCompensationFilter.h index 596b5fa..36f8da5 100644 --- a/lib/cpPlugins/Extensions/Algorithms/LightCompensationFilter.h +++ b/lib/cpExtensions/Algorithms/LightCompensationFilter.h @@ -2,15 +2,13 @@ // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co) // ------------------------------------------------------------------------- -#ifndef __CPPLUGINS__EXTENSIONS__ALGORITHMS__LIGHTCOMPENSATIONFILTER__H__ -#define __CPPLUGINS__EXTENSIONS__ALGORITHMS__LIGHTCOMPENSATIONFILTER__H__ +#ifndef __CPEXTENSIONS__ALGORITHMS__LIGHTCOMPENSATIONFILTER__H__ +#define __CPEXTENSIONS__ALGORITHMS__LIGHTCOMPENSATIONFILTER__H__ #include -#include +#include -namespace cpPlugins -{ - namespace Extensions +namespace cpExtensions { namespace Algorithms { @@ -29,7 +27,7 @@ namespace cpPlugins typedef I TImage; typedef typename I::RegionType TRegion; - typedef cpPlugins::Extensions::Algorithms::ParallelImageMean< I > TMeanCalculator; + typedef cpExtensions::Algorithms::ParallelImageMean< I > TMeanCalculator; typedef typename TMeanCalculator::TMean TMean; public: @@ -54,14 +52,12 @@ namespace cpPlugins TMean m_Coefficient; }; - } // ecapseman - } // ecapseman } // ecapseman -#include +#include -#endif // __CPPLUGINS__EXTENSIONS__ALGORITHMS__LIGHTCOMPENSATIONFILTER__H__ +#endif // __CPEXTENSIONS__ALGORITHMS__LIGHTCOMPENSATIONFILTER__H__ // eof - $RCSfile$