[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52830] trunk/blender/extern/libmv/libmv/ simple_pipeline/resect.cc: Fix for camera solver not working properly when built with scons

Sergey Sharybin sergey.vfx at gmail.com
Sun Dec 9 18:42:37 CET 2012


Revision: 52830
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52830
Author:   nazgul
Date:     2012-12-09 17:42:36 +0000 (Sun, 09 Dec 2012)
Log Message:
-----------
Fix for camera solver not working properly when built with scons

Modified Paths:
--------------
    trunk/blender/extern/libmv/libmv/simple_pipeline/resect.cc

Modified: trunk/blender/extern/libmv/libmv/simple_pipeline/resect.cc
===================================================================
--- trunk/blender/extern/libmv/libmv/simple_pipeline/resect.cc	2012-12-09 15:59:47 UTC (rev 52829)
+++ trunk/blender/extern/libmv/libmv/simple_pipeline/resect.cc	2012-12-09 17:42:36 UTC (rev 52830)
@@ -57,7 +57,7 @@
 
   EuclideanResectCostFunction(const vector<Marker> &markers,
                               const EuclideanReconstruction &reconstruction,
-                              const Mat3 initial_R)
+                              const Mat3 &initial_R)
     : markers(markers),
       reconstruction(reconstruction),
       initial_R(initial_R) {}




More information about the Bf-blender-cvs mailing list