Some overdue housekeeping:
- src/pycolmap/estimators/homography_matrix.cc - Removed homography_matrix_estimation alias
- src/pycolmap/estimators/pose.cc - Removed absolute_pose_estimation alias
- src/pycolmap/estimators/fundamental_matrix.cc - Removed fundamental_matrix_estimation alias
- src/pycolmap/estimators/two_view_geometry.cc - Removed squared_sampson_error alias
- src/pycolmap/estimators/essential_matrix.cc - Removed essential_matrix_estimation alias
- src/pycolmap/geometry/homography_matrix.cc - Removed homography_decomposition alias
- src/pycolmap/feature/extraction.cc - Removed backwards-compatibility SIFT defaults warning
- src/pycolmap/scene/camera.cc - Removed 3 deprecated img_from_cam overloads (2D point versions)
- src/pycolmap/geometry/triangulation.cc - Removed TriangulatePoint and CalculateTriangulationAngle aliases
- src/pycolmap/estimators/generalized_pose.cc - Removed rig_absolute_pose_estimation alias
All the newer deprecations (after Nov 7, 2025) are still in place:
- correspondence_graph.cc:138-144 - Jan 10, 2026 deprecations (kept)
- camera.cc:205 - Jan 12, 2026 Camera.create deprecation (kept)
- pose_prior.cc:36-37 - Dec 2, 2025 deprecations (kept)