]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/LightCompensationFilter.h
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / LightCompensationFilter.h
similarity index 73%
rename from lib/cpPlugins/Extensions/Algorithms/LightCompensationFilter.h
rename to lib/cpExtensions/Algorithms/LightCompensationFilter.h
index 596b5fa19f4d7ce0221122bd2cb0fc18a3453757..36f8da583948371d6c29383f9cf7920e40137000 100644 (file)
@@ -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 <itkInPlaceImageFilter.h>
-#include <cpPlugins/Extensions/Algorithms/ParallelImageMean.h>
+#include <cpExtensions/Algorithms/ParallelImageMean.h>
 
-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 <cpPlugins/Extensions/Algorithms/LightCompensationFilter.hxx>
+#include <cpExtensions/Algorithms/LightCompensationFilter.hxx>
 
-#endif // __CPPLUGINS__EXTENSIONS__ALGORITHMS__LIGHTCOMPENSATIONFILTER__H__
+#endif // __CPEXTENSIONS__ALGORITHMS__LIGHTCOMPENSATIONFILTER__H__
 
 // eof - $RCSfile$