Copy link
Copy Markdown
Member
- Introduces a new
IsotropicNoiseCostFunctionWrapperto scale the BA cost functions with the covariance of the detection noise - this was needed in LaMAR to optimize camera with very different resolution and will be useful in COLMAP in the future.- I haven't figured out how to efficiently support a full anisotropic covariance matrix. We don't need it for now so I'll give it a try another time.
- Examples of usage of the pycolmap bindings for BA and PGO: https://github.com/cvg/pyceres/tree/main/examples
- If
pyceresis not installed, calling any of these function will result in an error - we don't want to make it a hard dependency yet
sarlinpe marked this pull request as ready for review
February 5, 2024 09:04ahojnnes deleted the sarlinpe/bindings-cost-functions branch
February 5, 2024 19:29