Use CommandLineParser in all C++ samples (Feature #3957)
Description
In OpenCV we have a helper class, that simplifies the work with command line options. It is used in some samples, but there are some samples that still use the naive approach. I suggest to unify the way of handling the options given to samples. The first step should be to unify all the samples on the opencv/samples/cpp folder, later we can check other folders (like tapi and gpu and probably others), but most likely there is nothing to do. Actually tapi and gpu folders show the good way of handling parameters, it just should be applied to the cpp folder.
Associated revisions
Merge pull request #3957 from dhood:fm-8pt-bug
History
Updated by Maksim Shabunin almost 10 years ago
- Target version changed from 3.0-beta to 3.0
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4848