Commit 7ecad71a authored by edgarriba's avatar edgarriba

fixed warnings

parent 8c4b8cc0
...@@ -346,11 +346,11 @@ void help() ...@@ -346,11 +346,11 @@ void help()
std::cout std::cout
<< "--------------------------------------------------------------------------" << std::endl << "--------------------------------------------------------------------------" << std::endl
<< "This program shows how to detect an object given its 3D textured model. You can choose to " << "This program shows how to detect an object given its 3D textured model. You can choose to "
<< "use a recorded video or the webcam." << std::endl << "use a recorded video or the webcam." << std::endl
<< "Usage:" << std::endl << "Usage:" << std::endl
<< "./cpp-tutorial-pnp_detection [<pnpMethod>]" << std::endl << "./cpp-tutorial-pnp_detection -help" << std::endl
<< "Keys:" << std::endl << "Keys:" << std::endl
<< "(0) ITERATIVE - (1) EPNP - (2) P3P - (3) DLS" << std::endl << "'esc' - to quit." << std::endl
<< "--------------------------------------------------------------------------" << std::endl << "--------------------------------------------------------------------------" << std::endl
<< std::endl; << std::endl;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment