]> Creatis software - clitk.git/blobdiff - segmentation/clitkExtractMediastinalVesselsFilter.txx
Add VerboseTracking for debug
[clitk.git] / 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);
-  writeImage<MaskImageType>(m_SoughtVessel, "recon2.mhd");
+  // writeImage<MaskImageType>(m_SoughtVessel, "recon2.mhd");
   
   // Set binary image, (remove other labels).  
   m_SoughtVessel = 
@@ -600,7 +600,7 @@ TrackVesselsFromPoint(MaskImagePointer & recon,
 
   do {
     // Debug
-    std::cout << std::endl;
+    //std::cout << std::endl;
     //DD(currentSlice);
     ImagePointType c;
     clitk::PointsUtils<MaskImageType>::Convert2DTo3D(previousCentroid, m_Mask, currentSlice-1, c);