X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractMediastinumFilter.txx;fp=segmentation%2FclitkExtractMediastinumFilter.txx;h=f9cd006d27f3d20b743ac360e17ebb3e5b1e6463;hb=a339bdc482ea9752ec53195bc9a47e8b05dba582;hp=276c3881063ebbfb81d42c95300ba8e0aef69204;hpb=9e5e119f00eb9051aa56e480aba3e86d053cdb80;p=clitk.git diff --git a/segmentation/clitkExtractMediastinumFilter.txx b/segmentation/clitkExtractMediastinumFilter.txx index 276c388..f9cd006 100644 --- a/segmentation/clitkExtractMediastinumFilter.txx +++ b/segmentation/clitkExtractMediastinumFilter.txx @@ -246,7 +246,7 @@ GenerateOutputInformation() { relPosFilter->SetInput(output); relPosFilter->SetInputObject(left_lung); // relPosFilter->SetInputObject(lung); - relPosFilter->AddOrientationType(RelPosFilterType::LeftTo); // warning left lung is at right ;) + relPosFilter->AddOrientationType(RelPosFilterType::AtRightTo); // warning left lung is at right ;) relPosFilter->SetIntermediateSpacing(GetIntermediateSpacing()); relPosFilter->SetFuzzyThreshold(GetFuzzyThreshold1()); relPosFilter->Update(); @@ -261,7 +261,7 @@ GenerateOutputInformation() { relPosFilter->SetInput(output); relPosFilter->SetInputObject(right_lung); //relPosFilter->SetInputObject(lung); - relPosFilter->AddOrientationType(RelPosFilterType::RightTo); + relPosFilter->AddOrientationType(RelPosFilterType::AtLeftTo); relPosFilter->SetIntermediateSpacing(GetIntermediateSpacing()); relPosFilter->SetFuzzyThreshold(GetFuzzyThreshold1()); relPosFilter->Update(); @@ -414,7 +414,7 @@ GenerateOutputInformation() { //-------------------------------------------------------------------- // Step 8: Lower limits from lung (need separate lung ?) - if (1) { + if (0) { // StartNewStep("Trial : minus segmented struct"); // MaskImagePointer heart = GetAFDB()->template GetImage ("heart"); // boolFilter = BoolFilterType::New();