diff --git a/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp b/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp index 82d97c4316..c51f9518b5 100644 --- a/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp +++ b/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp @@ -346,11 +346,11 @@ void help() std::cout << "--------------------------------------------------------------------------" << std::endl << "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 -<< "./cpp-tutorial-pnp_detection []" << std::endl +<< "./cpp-tutorial-pnp_detection -help" << std::endl << "Keys:" << std::endl -<< "(0) ITERATIVE - (1) EPNP - (2) P3P - (3) DLS" << std::endl +<< "'esc' - to quit." << std::endl << "--------------------------------------------------------------------------" << std::endl << std::endl; }