rolinh / VQMT

VQMT: Video Quality Measurement Tool. Fast implementations of the following objective image quality metrics: PSNR, SSIM, MS-SSIM, VIFp, PSNR-HVS and PSNR-HVS-M.
http://mmspg.epfl.ch/vqmt
Other
361 stars 105 forks source link

Improve arguments parsing #3

Open rolinh opened 9 years ago

rolinh commented 9 years ago

Argument parsing is currently very weak and not user friendly. This needs to be improved. Requiring the Boost library just for this is probably overkill so maybe docopt.cpp provides a good alternative for options parsing.