]> Creatis software - clitk.git/commitdiff
Remove debug
authorDavid Sarrut <david.sarrut@gmail.com>
Mon, 17 Oct 2011 08:39:25 +0000 (10:39 +0200)
committerDavid Sarrut <david.sarrut@gmail.com>
Mon, 17 Oct 2011 08:39:25 +0000 (10:39 +0200)
segmentation/clitkExtractMediastinalVesselsFilter.txx

index 29709f48df1d8fc6bb95f85b8f7af80c02afb8ce..178194871e3b536e5b8755ec71167248dee8d40a 100644 (file)
@@ -213,7 +213,7 @@ GenerateOutputInformation() {
 
   // Build the final 3D image from the previous slice by slice processing
   m_SoughtVessel = clitk::JoinSlices<MaskImageType>(m_slice_recon, m_Mask, 2);
 
   // Build the final 3D image from the previous slice by slice processing
   m_SoughtVessel = clitk::JoinSlices<MaskImageType>(m_slice_recon, m_Mask, 2);
-  writeImage<MaskImageType>(m_SoughtVessel, "recon2.mhd");
+  // writeImage<MaskImageType>(m_SoughtVessel, "recon2.mhd");
   
   // Set binary image, (remove other labels).  
   m_SoughtVessel = 
   
   // Set binary image, (remove other labels).  
   m_SoughtVessel = 
@@ -600,7 +600,7 @@ TrackVesselsFromPoint(MaskImagePointer & recon,
 
   do {
     // Debug
 
   do {
     // Debug
-    std::cout << std::endl;
+    //std::cout << std::endl;
     //DD(currentSlice);
     ImagePointType c;
     clitk::PointsUtils<MaskImageType>::Convert2DTo3D(previousCentroid, m_Mask, currentSlice-1, c);
     //DD(currentSlice);
     ImagePointType c;
     clitk::PointsUtils<MaskImageType>::Convert2DTo3D(previousCentroid, m_Mask, currentSlice-1, c);