Home
last modified time | relevance | path

Searched refs:left_max_x (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/colmap/colmap-3.6/src/base/
H A Dundistortion.cc795 double left_max_x = std::numeric_limits<double>::lowest(); in UndistortCamera() local
806 left_max_x = std::max(left_max_x, undistorted_point1(0)); in UndistortCamera()
853 std::max(cx / (cx - left_max_x), in UndistortCamera()