From: David Sarrut Date: Mon, 17 Oct 2011 08:39:25 +0000 (+0200) Subject: Remove debug X-Git-Tag: v1.3.0~180^2~17 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=be9bbae68e5e08dda6be5d32fa1e8b3629e4041f;p=clitk.git Remove debug --- 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);