comparison Applications/Dicomizer.cpp @ 31:8e1dfd531335

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Oct 2016 17:25:57 +0200
parents 8ba39f9ce8d4
children 9621fd6f17c9
comparison
equal deleted inserted replaced
30:3d9ecbdfe71f 31:8e1dfd531335
464 464
465 boost::program_options::options_description source("Options for the source image"); 465 boost::program_options::options_description source("Options for the source image");
466 source.add_options() 466 source.add_options()
467 ("dataset", boost::program_options::value<std::string>(), "Path to a JSON file containing the DICOM dataset") 467 ("dataset", boost::program_options::value<std::string>(), "Path to a JSON file containing the DICOM dataset")
468 ("sample-dataset", "Display a minimalistic sample DICOM dataset in JSON format, then exit") 468 ("sample-dataset", "Display a minimalistic sample DICOM dataset in JSON format, then exit")
469 ("reencode", boost::program_options::value<bool>(), "Whether to reencode each tile (no transcoding, much slower) (Boolean)") 469 ("reencode", boost::program_options::value<bool>(), "Whether to re-encode each tile (no transcoding, much slower) (Boolean)")
470 ("repaint", boost::program_options::value<bool>(), "Whether to repaint the background of the image (Boolean)") 470 ("repaint", boost::program_options::value<bool>(), "Whether to repaint the background of the image (Boolean)")
471 ("color", boost::program_options::value<std::string>(), "Color of the background (e.g. \"255,0,0\")") 471 ("color", boost::program_options::value<std::string>(), "Color of the background (e.g. \"255,0,0\")")
472 ; 472 ;
473 473
474 boost::program_options::options_description pyramid("Options to construct the pyramid"); 474 boost::program_options::options_description pyramid("Options to construct the pyramid");