X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStation_2RL.txx;fp=segmentation%2FclitkExtractLymphStation_2RL.txx;h=542540fb9511ef4ba338ed83e6abb352a317c031;hb=6af03d082589ae265a74fd99d4a48023346fbbd6;hp=baa5730a0e184f71f63b21612719b8bbfd51e633;hpb=75d6e9c40542d37c9f1c1ea5c9b0f2f937ea91db;p=clitk.git 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;