From 327bd2cb8bb469b5fcfa9d5d4424b8be2303d7be Mon Sep 17 00:00:00 2001 From: Romulo Pinho Date: Thu, 6 Dec 2012 14:06:02 +0100 Subject: [PATCH] added --landmarks to vv's help message - we can generate a new release now... --- vv/vv.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.47.1