colmap--Important-code-is-to-parse-line-by-line icon indicating copy to clipboard operation
colmap--Important-code-is-to-parse-line-by-line copied to clipboard

教你一点点掌握视觉三维重建-colmap 重要代码逐行解析(本人利用下班和周末时间update,so 速度会慢)

Results 3 colmap--Important-code-is-to-parse-line-by-line issues
Sort by recently updated
recently updated
newest added

在cmd 中 运行 feature_extractor 和exhaustive_matcher之后 我想进行三角测量: colmap point_triangulator --database_path %PROJECT_PATH%/database.db --image_path %PROJECT_PATH%/images --input_path %PROJECT_PATH%/created/sparse --output_path %PROJECT_PATH%/triangulated/sparse 输出结果是: > ============================================================================== > Loading database > ============================================================================== > > Loading cameras... 49 in...

I looked at the solution you proposed in the Colmap library. ![image](https://user-images.githubusercontent.com/54091157/176098455-be8edfcc-592f-44fc-b206-7315c2125646.png)