Merge branch 'master' of https://github.com/Itseez/opencv into add_bs_tutorial
authorzio dodo <domenicobloisi@yahoo.com>
Thu, 29 Aug 2013 18:12:12 +0000 (20:12 +0200)
committerzio dodo <domenicobloisi@yahoo.com>
Thu, 29 Aug 2013 18:12:12 +0000 (20:12 +0200)
Conflicts:
modules/stitching/src/motion_estimators.cpp

1  2 
modules/stitching/src/motion_estimators.cpp

@@@ -259,8 -253,8 +253,8 @@@ bool BundleAdjusterBase::estimate(cons
      bool ok = true;
      for (int i = 0; i < cam_params_.rows; ++i)
      {
-         if (std::isnan(cam_params_.at<double>(i,0)))
-         {
+         if (cvIsNaN(cam_params_.at<double>(i,0)))
 -        {
++              {
              ok = false;
              break;
          }