From be9bbae68e5e08dda6be5d32fa1e8b3629e4041f Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Mon, 17 Oct 2011 10:39:25 +0200 Subject: [PATCH] Remove debug --- segmentation/clitkExtractMediastinalVesselsFilter.txx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/segmentation/clitkExtractMediastinalVesselsFilter.txx b/segmentation/clitkExtractMediastinalVesselsFilter.txx index 29709f4..1781948 100644 --- a/segmentation/clitkExtractMediastinalVesselsFilter.txx +++ b/segmentation/clitkExtractMediastinalVesselsFilter.txx @@ -213,7 +213,7 @@ GenerateOutputInformation() { // Build the final 3D image from the previous slice by slice processing m_SoughtVessel = clitk::JoinSlices(m_slice_recon, m_Mask, 2); - writeImage(m_SoughtVessel, "recon2.mhd"); + // writeImage(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::Convert2DTo3D(previousCentroid, m_Mask, currentSlice-1, c); -- 2.47.1