]> Creatis software - FrontAlgorithms.git/blobdiff - plugins/Plugins/RegionGrowBinaryThresholdWithSeeds.cxx
...
[FrontAlgorithms.git] / plugins / Plugins / RegionGrowBinaryThresholdWithSeeds.cxx
index 5dceb2c86213958e09f4c7cc5aa6e6c96d941318..e799ae219584e6b7a57f80afae6b8d6c8d9a039f 100644 (file)
@@ -1,6 +1,6 @@
 #include <Plugins/RegionGrowBinaryThresholdWithSeeds.h>
-#include <cpPlugins/DataObjects/Image.h>
-#include <cpPlugins/DataObjects/Image_Demanglers.h>
+#include <cpInstances/Image.h>
+#include <cpInstances/Image_Demanglers.h>
 
 #include <fpa/Image/Functors/RegionGrowBinaryThreshold.h>
 #include <itkConstNeighborhoodIterator.h>
@@ -12,7 +12,7 @@ RegionGrowBinaryThresholdWithSeeds( )
   : Superclass( )
 {
   typedef cpPlugins::BaseObjects::DataObject _TData;
-  typedef cpPlugins::DataObjects::Image _TImage;
+  typedef cpInstances::Image _TImage;
 
   this->_ConfigureInput< _TImage >( "Input", true, false );
   this->_ConfigureInput< _TData >( "Seeds", true, false );