From 6af03d082589ae265a74fd99d4a48023346fbbd6 Mon Sep 17 00:00:00 2001 From: dsarrut Date: Mon, 2 May 2011 11:15:27 +0200 Subject: [PATCH] add crop carotidArtery --- segmentation/clitkExtractLymphStation_2RL.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/segmentation/clitkExtractLymphStation_2RL.txx b/segmentation/clitkExtractLymphStation_2RL.txx index baa5730..542540f 100644 --- a/segmentation/clitkExtractLymphStation_2RL.txx +++ b/segmentation/clitkExtractLymphStation_2RL.txx @@ -218,7 +218,7 @@ ExtractStation_2RL_Ant_Limits() double TopOfBrachioCephalicTrunkZ=p[2] + BrachioCephalicTrunk->GetSpacing()[2]; // Add one slice // Remove CommonCarotidArtery below this point - CommonCarotidArtery = clitk::CropImageBelow(CommonCarotidArtery, 2, TopOfBrachioCephalicTrunkZ, true, GetBackgroundValue()); + CommonCarotidArtery = clitk::CropImageRemoveLowerThan(CommonCarotidArtery, 2, TopOfBrachioCephalicTrunkZ, true, GetBackgroundValue()); // Find most Ant points std::vector ccaAntPositionA; -- 2.45.1