pycolmap
pycolmap copied to clipboard
Add aligned allocator for ListPoint2D
trafficstars
Problem: COLMAP uses Eigens aligned allocator for vectors of Point2D.
This PR ensures that pycolmap.ListPoint2D also uses this aligned allocator (previously caused MaxRecursionError in some cases).