diff --git a/pycolmap/estimators/two_view_geometry.h b/pycolmap/estimators/two_view_geometry.h index 33c5ee7..c168d22 100644 --- a/pycolmap/estimators/two_view_geometry.h +++ b/pycolmap/estimators/two_view_geometry.h @@ -176,5 +176,6 @@ void BindTwoViewGeometryEstimator(py::module& m) { "points2D2"_a, "E"_a, "Calculate the squared Sampson error for a given essential or " - "fundamental matrix."); + "fundamental matrix.", + py::call_guard()); }