pull/2685/head
cyy 5 years ago
parent 74d0117176
commit 0dc22f5cc5
  1. 2
      modules/intensity_transform/src/bimef.cpp

@ -334,7 +334,7 @@ static double minimize_scalar_bounded(const Mat_<float>& I, double begin, double
double x1 = begin, x2 = end;
if (x1 > x2) {
std::runtime_error("The lower bound exceeds the upper bound.");
throw std::runtime_error("The lower bound exceeds the upper bound.");
}
double sqrt_eps = std::sqrt(2.2e-16);

Loading…
Cancel
Save