]> Creatis software - clitk.git/commitdiff
Change comments
authorDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Mon, 10 Oct 2011 12:15:31 +0000 (14:15 +0200)
committerDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Mon, 10 Oct 2011 12:15:31 +0000 (14:15 +0200)
segmentation/clitkExtractLymphStation_1RL.txx

index 608fdc91e09b22daa0ea1072f076ad43d8eb9304..7fa72ef4b92e8d3bc2bf471f8b8e6b97f1ab3730 100644 (file)
@@ -147,7 +147,7 @@ ExtractStation_1RL_Post_Limits()
   // Resize like S1R.
   VertebralArtery = clitk::ResizeImageLike<MaskImageType>(VertebralArtery, S1R, GetBackgroundValue());
 
-  // Search for most Ant point, slice by slice, between Trachea and Thyroid
+  // Search for most Ant point
   std::vector<MaskSlicePointer> VertebralArtery_slices;
   clitk::ExtractSlices<MaskImageType>(VertebralArtery, 2, VertebralArtery_slices);
   std::vector<typename ImageType::PointType> A;