]> Creatis software - clitk.git/blobdiff - itk/clitkSegmentationUtils.h
Fix deprecated warning (Begin -> GoToBegin)
[clitk.git] / itk / clitkSegmentationUtils.h
index a63fd284650b9770810c5632be68d826722294ae..5ac8c4c51e86c2d7b5345fcefda25ea8ba8b3ec0 100644 (file)
@@ -339,7 +339,16 @@ namespace clitk {
                                               std::vector<typename ImageType::PointType> & lB, 
                                               typename ImageType::PixelType BG, 
                                               int mainDirection, 
-                                              double offsetToKeep);
+                                              double offsetToKeep, 
+                                              bool keepIfEqual=false);
+  template<class ImageType>
+  void 
+  SliceBySliceSetBackgroundFromLineSeparation_pt(ImageType * input, 
+                                              std::vector<typename ImageType::PointType> & lA, 
+                                              std::vector<typename ImageType::PointType> & lB, 
+                                              typename ImageType::PixelType BG, 
+                                              typename ImageType::PointType offsetToKeep, 
+                                              bool keepIfEqual=false);
   //--------------------------------------------------------------------