X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStation_3A.txx;h=50e394852123e6fec950275934f2de39978a84ec;hb=5a7da4aedae5c204bc55c187717193e5950f9a44;hp=e973ed02d07655caac505bbbf2c78a24403320dd;hpb=af27d50b51880a03745f48d7fb4fd59728e8e68f;p=clitk.git diff --git a/segmentation/clitkExtractLymphStation_3A.txx b/segmentation/clitkExtractLymphStation_3A.txx index e973ed0..50e3948 100644 --- a/segmentation/clitkExtractLymphStation_3A.txx +++ b/segmentation/clitkExtractLymphStation_3A.txx @@ -148,19 +148,10 @@ ExtractStation_3A_Post_Limits_With_Dilated_Aorta_S6_Support() Aorta = clitk::Dilate(Aorta, radius, GetBackgroundValue(), GetForegroundValue(), false); // Now, insert this image in the AFDB (but do not store on disk) - GetAFDB()->template SetImage("Aorta_Dilated_Anteriorly", "bidon", - Aorta, false); - /* - // Not Post to - m_Working_Support = - clitk::SliceBySliceRelativePosition(m_Working_Support, Aorta, 2, - GetFuzzyThreshold("3A", "Aorta"), - "NotPostTo", true, - Aorta->GetSpacing()[0], false, false); - - */ + GetAFDB()->template SetImage("Aorta_Dilated_Anteriorly", "seg/Aorta_Dilated_Anteriorly.mha", Aorta, false); + writeImage(Aorta, "seg/Aorta_Dilated_Anteriorly.mha"); + GetAFDB()->Write(); - StopCurrentStep(m_Working_Support); m_ListOfStations["3A"] = m_Working_Support; }