X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStation_3P.txx;h=274fc867c740596227b8c2c92f84b31b4a5d5a02;hb=b9a6acec240f16afb5344f1eeebe25060d84d7bc;hp=712049809f464fc84c7f9db448c6669cfc59f03f;hpb=51ca2c2760aff9ccdfdb0bc8531b65ad36b458fb;p=clitk.git diff --git a/segmentation/clitkExtractLymphStation_3P.txx b/segmentation/clitkExtractLymphStation_3P.txx index 7120498..274fc86 100644 --- a/segmentation/clitkExtractLymphStation_3P.txx +++ b/segmentation/clitkExtractLymphStation_3P.txx @@ -26,8 +26,6 @@ ExtractStation_3P() m_ListOfStations["3P"] = m_Working_Support; StopCurrentStep(m_Working_Support); - // ExtractStation_3P_LR_inf_Limits(); // <-- done in RelPosList - // Generic RelativePosition processes m_ListOfStations["3P"] = this->ApplyRelativePositionList("Station_3P", m_ListOfStations["3P"]); m_Working_Support = m_ListOfStations["3P"]; @@ -39,6 +37,7 @@ ExtractStation_3P() // LR limits superiorly => not here for the moment because not clear in the def // ExtractStation_3P_LR_sup_Limits_2(); //TODO // ExtractStation_3P_LR_sup_Limits(); // old version to change + // ExtractStation_3P_LR_inf_Limits(); // <-- done in RelPosList // Store image filenames into AFDB writeImage(m_ListOfStations["3P"], "seg/Station3P.mhd"); @@ -94,8 +93,8 @@ ExtractStation_3P_LR_sup_Limits() Trachea = clitk::ResizeImageLike(Trachea, m_Working_Support, GetBackgroundValue()); SubclavianArtery = clitk::ResizeImageLike(SubclavianArtery, m_Working_Support, GetBackgroundValue()); - writeImage(Trachea, "tr.mhd"); - writeImage(SubclavianArtery, "sca.mhd"); + // writeImage(Trachea, "tr.mhd"); + // writeImage(SubclavianArtery, "sca.mhd"); // Get list of slices std::vector slices_support;