From 591355d2c8b285c3b1763a055f291c372347d5a7 Mon Sep 17 00:00:00 2001 From: edgarriba Date: Sat, 9 Aug 2014 20:49:44 +0200 Subject: [PATCH] remove whitespaces --- doc/tutorials/calib3d/real_time_pose/real_time_pose.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tutorials/calib3d/real_time_pose/real_time_pose.rst b/doc/tutorials/calib3d/real_time_pose/real_time_pose.rst index d037a5d..46991d5 100644 --- a/doc/tutorials/calib3d/real_time_pose/real_time_pose.rst +++ b/doc/tutorials/calib3d/real_time_pose/real_time_pose.rst @@ -81,7 +81,7 @@ The tutorial consists of two main programs: 'esc' - to quit. -------------------------------------------------------------------------- - Usage: cpp-tutorial-pnp_detection [params] + Usage: cpp-tutorial-pnp_detection [params] -c, --confidence (value:0.95) RANSAC confidence @@ -484,7 +484,7 @@ Here is explained in detail the code for the real time application: } The above function is used to compute all the 3D points of the object *Mesh* to show the pose of the object. - + You can also change RANSAC parameters and PnP method: .. code-block:: cpp @@ -744,7 +744,7 @@ You can watch the real time pose estimation on the `YouTube here - +
-- 2.7.4