Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 684 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 684 Bytes

ortho_mapper

A repo. which used to easily check the quality of SfM through generating orthoimage.

3rdparty

  • Eigen3
  • OpenCV3

run

For images which has EXIF for GPS, use 'dev_3.10' in Colmap

./scripts/shell/sfm.sh
./scripts/shell/gps_align_db.sh
python3 scripts/python/colmap_pose.py proj/sparse/0_aligned_enu/images.txt proj/sparse/0_aligned_enu/images_Twc.txt
python3 scripts/python/export_sfm_ply.py proj/sparse/0_aligned_enu/points3D.txt proj/points3D.ply

Change intrinsics about camera in 'config/cfg.json'.

mkdir build && cd build
cmake ..
make -j
./build/ortho_mapper config/cfg.json