[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60477] trunk/blender/extern/libmv/libmv/ multiview/fundamental.cc: Forgot this in previous commit.

Sergey Sharybin sergey.vfx at gmail.com
Tue Oct 1 13:18:20 CEST 2013


Revision: 60477
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60477
Author:   nazgul
Date:     2013-10-01 11:18:20 +0000 (Tue, 01 Oct 2013)
Log Message:
-----------
Forgot this in previous commit.

Modified Paths:
--------------
    trunk/blender/extern/libmv/libmv/multiview/fundamental.cc

Modified: trunk/blender/extern/libmv/libmv/multiview/fundamental.cc
===================================================================
--- trunk/blender/extern/libmv/libmv/multiview/fundamental.cc	2013-10-01 11:15:24 UTC (rev 60476)
+++ trunk/blender/extern/libmv/libmv/multiview/fundamental.cc	2013-10-01 11:18:20 UTC (rev 60477)
@@ -493,7 +493,6 @@
   LG << "Final refined matrix: " << F;
 
   return !(summary.termination_type == ceres::DID_NOT_RUN ||
-           summary.termination_type == ceres::NO_CONVERGENCE ||
            summary.termination_type == ceres::NUMERICAL_FAILURE);
 }
 




More information about the Bf-blender-cvs mailing list