From: dsarrut Date: Mon, 2 May 2011 09:15:27 +0000 (+0200) Subject: add crop carotidArtery X-Git-Tag: v1.2.0^2~7 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=6af03d082589ae265a74fd99d4a48023346fbbd6;p=clitk.git add crop carotidArtery --- 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;