X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStation_3A.txx;h=e973ed02d07655caac505bbbf2c78a24403320dd;hb=8d8e16a85eb4b10e69c9d987fa997191aa0fbceb;hp=ba2fa621dad1995849d41fa7506d361b39dbf508;hpb=e09c42efa08d782918e7aed46eb1e0750fd0e2e9;p=clitk.git diff --git a/segmentation/clitkExtractLymphStation_3A.txx b/segmentation/clitkExtractLymphStation_3A.txx index ba2fa62..e973ed0 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; @@ -200,11 +207,11 @@ clitk::ExtractLymphStationsFilter:: ExtractStation_3A_Remove_Structures() { Remove_Structures(" 3A", "Aorta"); - Remove_Structures(" 3A", "SubclavianArteryLeft"); - Remove_Structures(" 3A", "SubclavianArteryRight"); + Remove_Structures(" 3A", "LeftSubclavianArtery"); + Remove_Structures(" 3A", "RightSubclavianArtery"); Remove_Structures(" 3A", "Thyroid"); - Remove_Structures(" 3A", "CommonCarotidArteryLeft"); - Remove_Structures(" 3A", "CommonCarotidArteryRight"); + Remove_Structures(" 3A", "LeftCommonCarotidArtery"); + Remove_Structures(" 3A", "RightCommonCarotidArtery"); Remove_Structures(" 3A", "BrachioCephalicArtery"); // Remove_Structures("3A", "Bones"); --> should be in extractmediastinum // Remove_Structures("3A", "BrachioCephalicVein"); ?