X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStation_1RL.txx;h=6758ab85220455679a2354e3550b2d95a929ac0d;hb=5a7da4aedae5c204bc55c187717193e5950f9a44;hp=608fdc91e09b22daa0ea1072f076ad43d8eb9304;hpb=243b931a3f9d65c94e076d22a0395b894ef3f660;p=clitk.git diff --git a/segmentation/clitkExtractLymphStation_1RL.txx b/segmentation/clitkExtractLymphStation_1RL.txx index 608fdc9..6758ab8 100644 --- a/segmentation/clitkExtractLymphStation_1RL.txx +++ b/segmentation/clitkExtractLymphStation_1RL.txx @@ -44,10 +44,10 @@ ExtractStation_1RL() ExtractStation_1RL_Post_Limits(); m_Working_Support = m_ListOfStations["1R"]; Remove_Structures(" 1R", "ScaleneMuscleAnt"); - Remove_Structures(" 1R", "CommonCarotidArteryRight"); + Remove_Structures(" 1R", "RightCommonCarotidArtery"); m_Working_Support = m_ListOfStations["1L"]; Remove_Structures(" 1L", "ScaleneMuscleAnt"); - Remove_Structures(" 1L", "CommonCarotidArteryLeft"); + Remove_Structures(" 1L", "LeftCommonCarotidArtery"); // Generic RelativePosition processes m_ListOfStations["1R"] = this->ApplyRelativePositionList("Station_1R", m_ListOfStations["1R"]); @@ -147,7 +147,7 @@ ExtractStation_1RL_Post_Limits() // Resize like S1R. VertebralArtery = clitk::ResizeImageLike(VertebralArtery, S1R, GetBackgroundValue()); - // Search for most Ant point, slice by slice, between Trachea and Thyroid + // Search for most Ant point std::vector VertebralArtery_slices; clitk::ExtractSlices(VertebralArtery, 2, VertebralArtery_slices); std::vector A;