[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59996] branches/soc-2013-motion_track/ extern/libmv/libmv/simple_pipeline/initialize_reconstruction.h: Update doxygen comments for reconstruction initialization

Joseph Mansfield sftrabbit at gmail.com
Tue Sep 10 12:57:49 CEST 2013


Revision: 59996
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59996
Author:   sftrabbit
Date:     2013-09-10 10:57:49 +0000 (Tue, 10 Sep 2013)
Log Message:
-----------
Update doxygen comments for reconstruction initialization

EuclideanReconstructTwoFrames and ProjectiveReconstructTwoFrames currently assume that the passed markers belong to a single camera. That is, we're not reconstructing frames from different cameras. Ideally, this restriction should be removed.

Modified Paths:
--------------
    branches/soc-2013-motion_track/extern/libmv/libmv/simple_pipeline/initialize_reconstruction.h

Modified: branches/soc-2013-motion_track/extern/libmv/libmv/simple_pipeline/initialize_reconstruction.h
===================================================================
--- branches/soc-2013-motion_track/extern/libmv/libmv/simple_pipeline/initialize_reconstruction.h	2013-09-10 09:13:29 UTC (rev 59995)
+++ branches/soc-2013-motion_track/extern/libmv/libmv/simple_pipeline/initialize_reconstruction.h	2013-09-10 10:57:49 UTC (rev 59996)
@@ -34,8 +34,8 @@
     two frames.
 
     \a markers should contain all \l Marker markers \endlink belonging to
-    tracks visible in both frames. The pose estimation of the camera for
-    these frames will be inserted into \a *reconstruction.
+    tracks visible in both frames from the same camera. The pose estimation of
+    the camera for these frames will be inserted into \a *reconstruction.
 
     \note The two frames need to have both enough parallax and enough common tracks
           for accurate reconstruction. At least 8 tracks are suggested.
@@ -55,8 +55,8 @@
     two frames.
 
     \a markers should contain all \l Marker markers \endlink belonging to
-    tracks visible in both frames. An estimate of the projection matrices for
-    the two frames will get added to the reconstruction.
+    tracks visible in both frames from the same camera. An estimate of the
+    projection matrices for the two frames will get added to the reconstruction.
 
     \note The two frames need to have both enough parallax and enough common tracks
           for accurate reconstruction. At least 8 tracks are suggested.




More information about the Bf-blender-cvs mailing list