command line parser added. Leonid Beynenson is original contributor of the class...
authorKirill Kornyakov <no@email>
Sun, 15 May 2011 19:25:00 +0000 (19:25 +0000)
committerKirill Kornyakov <no@email>
Sun, 15 May 2011 19:25:00 +0000 (19:25 +0000)
commit94760a5f2b53501b2d28491e0fe0c13874f5df81
treef0dd94ac6127345018fc7d1e45e9f09715bdeb62
parentaa1fac4c5af8e87bc80c454f0d5f997f0a0926d6
command line parser added. Leonid Beynenson is original contributor of the class. Class will be used in samples for convenient (and unified) work with command arguments.
modules/core/include/opencv2/core/core.hpp
modules/core/src/CommandLineParser.cpp [new file with mode: 0755]
samples/c/facedetect.cpp