]> Creatis software - clitk.git/blobdiff - itk/clitkSegmentationUtils.h
Temp fix (see http://kingkong.grid.creatis.insa-lyon.fr:9002/issues/274)
[clitk.git] / itk / clitkSegmentationUtils.h
index 6fa67aa4ebed30d25a02b5f7faf3156948eb7eac..6f4deb4c01726349b756449770023d7d29f2e825 100644 (file)
@@ -152,7 +152,8 @@ namespace clitk {
                               std::string orientation, 
                                bool uniqueConnectedComponent=false, 
                                double spacing=-1, 
-                              bool notflag=false);
+                               bool autocropflag=true, 
+                               bool singleObjectCCL=true);
 
   //--------------------------------------------------------------------
   // In a binary image, search for the point belonging to the FG that
@@ -220,11 +221,11 @@ namespace clitk {
 
 
   //--------------------------------------------------------------------
-  template<class ImageType>
-  typename ImageType::Pointer
-  JoinSlices(std::vector<typename itk::Image<typename ImageType::PixelType, 
-                                             ImageType::ImageDimension-1>::Pointer > & slices, 
-            const ImageType * input, int dim);
+  //template<class ImageType>
+  //typename ImageType::Pointer
+  //JoinSlices(std::vector<typename itk::Image<typename ImageType::PixelType, 
+  //                                           ImageType::ImageDimension-1>::Pointer > & slices, 
+        //    const ImageType * input, int dim);
   //--------------------------------------------------------------------