Skip to content

Commit 1dc20d7

Browse files
authored
Compute reprojection errors during conversion to colmap (#40)
1 parent 6b86c95 commit 1dc20d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

glomap/io/colmap_converter.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ void ConvertGlomapToColmap(const std::unordered_map<camera_t, Camera>& cameras,
106106

107107
reconstruction.AddImage(std::move(image_colmap));
108108
}
109+
110+
reconstruction.UpdatePoint3DErrors();
109111
}
110112

111113
void ConvertColmapToGlomap(const colmap::Reconstruction& reconstruction,

0 commit comments

Comments
 (0)