]> Creatis software - clitk.git/commitdiff
Remove debug
authorDavid Sarrut <david.sarrut@gmail.com>
Mon, 23 Jul 2012 13:49:20 +0000 (15:49 +0200)
committerDavid Sarrut <david.sarrut@gmail.com>
Mon, 23 Jul 2012 13:49:20 +0000 (15:49 +0200)
itk/clitkSegmentationUtils.txx

index b7a5de50693c5f078b19ea2245076f3c384c4657..a57d8136becb4b919b1b1bc9360f6343c6547028 100644 (file)
@@ -1321,11 +1321,11 @@ namespace clitk {
       // Compute dmap for S1 *TO PUT IN FONCTION*
       dmap = clitk::DistanceMap<SliceType>(slices_s1[i], BG);
       dmaps1.push_back(dmap);
-      writeImage<FloatImageType>(dmap, "dmap1.mha");
+      //writeImage<FloatImageType>(dmap, "dmap1.mha");
       // Compute dmap for S2
       dmap = clitk::DistanceMap<SliceType>(slices_s2[i], BG);
       dmaps2.push_back(dmap);
-      writeImage<FloatImageType>(dmap, "dmap2.mha");
+      //writeImage<FloatImageType>(dmap, "dmap2.mha");
       
       // Look in S2 for the point the closest to S1
       typename SliceType::PointType p = ComputeClosestPoint<SliceType>(slices_s1[i], dmaps2[i], BG);