From 763162847a349f22fd1f599210a082810973bef8 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Thu, 22 Mar 2012 15:42:06 +0100 Subject: [PATCH] Remove debug --- itk/clitkLabelImageOverlapMeasureFilter.txx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itk/clitkLabelImageOverlapMeasureFilter.txx b/itk/clitkLabelImageOverlapMeasureFilter.txx index 9e7694d..f4aabfc 100644 --- a/itk/clitkLabelImageOverlapMeasureFilter.txx +++ b/itk/clitkLabelImageOverlapMeasureFilter.txx @@ -94,8 +94,8 @@ GenerateData() clitk::Or(image_union, input2, GetBackgroundValue()); clitk::And(image_intersection, input2, GetBackgroundValue()); - writeImage(image_union, "union.mha"); - writeImage(image_intersection, "intersection.mha"); + // writeImage(image_union, "union.mha"); + // writeImage(image_intersection, "intersection.mha"); // Compute size typedef itk::LabelStatisticsImageFilter StatFilterType; -- 2.45.1