comparison Applications/Dicomizer.cpp @ 246:793b8f9c9d52

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Dec 2021 12:01:56 +0100
parents 4273518c2009
children 20a730889ae2
comparison
equal deleted inserted replaced
245:7ae09ea0cccd 246:793b8f9c9d52
597 boost::program_options::options_description cytomine("Options if importing from Cytomine"); 597 boost::program_options::options_description cytomine("Options if importing from Cytomine");
598 cytomine.add_options() 598 cytomine.add_options()
599 (OPTION_CYTOMINE_URL, boost::program_options::value<std::string>(), 599 (OPTION_CYTOMINE_URL, boost::program_options::value<std::string>(),
600 "URL of the source Cytomine server, for instance: https://demo.cytomine.be/") 600 "URL of the source Cytomine server, for instance: https://demo.cytomine.be/")
601 (OPTION_CYTOMINE_PUBLIC_KEY, boost::program_options::value<std::string>(), 601 (OPTION_CYTOMINE_PUBLIC_KEY, boost::program_options::value<std::string>(),
602 "Your personal public key in Cytomine (to be kept secret)") 602 "Your personal public key in Cytomine (cf. Account in the Cytomine Web interface)")
603 (OPTION_CYTOMINE_PRIVATE_KEY, boost::program_options::value<std::string>(), 603 (OPTION_CYTOMINE_PRIVATE_KEY, boost::program_options::value<std::string>(),
604 "Your personal private key in Cytomine (to be kept secret)") 604 "Your personal private key in Cytomine (to be kept secret)")
605 (OPTION_CYTOMINE_IMAGE_INSTANCE_ID, boost::program_options::value<int>(), 605 (OPTION_CYTOMINE_IMAGE_INSTANCE_ID, boost::program_options::value<int>(),
606 "ID of the Image Instance of interest in Cytomine (must be an integer)") 606 "ID of the Image Instance of interest in Cytomine (must be an integer)")
607 (OPTION_CYTOMINE_COMPRESSION, boost::program_options::value<std::string>()->default_value("jpeg"), 607 (OPTION_CYTOMINE_COMPRESSION, boost::program_options::value<std::string>()->default_value("jpeg"),