]> Creatis software - clitk.git/blobdiff - itk/clitkSegmentationUtils.h
Add pixel coordinate instead of mm coordinates into Xml2DicomRTStruct
[clitk.git] / itk / clitkSegmentationUtils.h
index e8e2f89880c23f592f047e5ca86d893ba3ebd94e..5ac8c4c51e86c2d7b5345fcefda25ea8ba8b3ec0 100644 (file)
@@ -343,7 +343,7 @@ namespace clitk {
                                               bool keepIfEqual=false);
   template<class ImageType>
   void 
-  SliceBySliceSetBackgroundFromLineSeparation(ImageType * input, 
+  SliceBySliceSetBackgroundFromLineSeparation_pt(ImageType * input, 
                                               std::vector<typename ImageType::PointType> & lA, 
                                               std::vector<typename ImageType::PointType> & lB, 
                                               typename ImageType::PixelType BG,