From: David Sarrut Date: Mon, 10 Oct 2011 12:15:44 +0000 (+0200) Subject: Add comment (future changes todo) X-Git-Tag: v1.3.0~193 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=679ce81bf9cf5e8df71b11eff939193d02cb06b8;p=clitk.git Add comment (future changes todo) --- diff --git a/segmentation/clitkExtractLymphStation_3A.txx b/segmentation/clitkExtractLymphStation_3A.txx index ba2fa62..26e478b 100644 --- a/segmentation/clitkExtractLymphStation_3A.txx +++ b/segmentation/clitkExtractLymphStation_3A.txx @@ -67,6 +67,13 @@ ExtractStation_3A_Post_Left_Limits_With_Aorta_S5_Support() // Inferiorly, Aorta has two CCL that merge into a single one when // S6 appears. Loop on Aorta slices, select the most ant one, detect // the most ant point. + + + + // ====> TO BE CHANGED USING AscendingAorta and DescendingAorta + + + std::vector slices; clitk::ExtractSlices(Aorta, 2, slices); std::vector points;