From: Romulo Pinho Date: Thu, 6 Dec 2012 13:06:02 +0000 (+0100) Subject: added --landmarks to vv's help message X-Git-Tag: v1.4.0~273^2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=327bd2cb8bb469b5fcfa9d5d4424b8be2303d7be;p=clitk.git added --landmarks to vv's help message - we can generate a new release now... --- diff --git a/vv/vv.cxx b/vv/vv.cxx index d4ef1ea..7e7e18e 100644 --- a/vv/vv.cxx +++ b/vv/vv.cxx @@ -181,7 +181,8 @@ int main( int argc, char** argv ) << "--overlay file \t Overlay the image in file with complementary colors." << std::endl << "--fusion file \t Overlay the image in file with alpha blending and colormap." << std::endl //<< "--roi file \t Overlay binary mask images. Option may be repeated on a single base image." << std::endl - << "--contour file \t Overlay DICOM RT-STRUCT contours." << std::endl; + << "--contour file \t Overlay DICOM RT-STRUCT contours." << std::endl + << "--landmarks file \t Overlay the landmarks in file (.txt or .pts)." << std::endl; exit(0); } else if (current=="--vf") { if (!n_image_loaded) load_image_first_error();