The repository contains the source code for ortho_mapper module of our system. This partial release aims to provide insight into the underlying implementation of our approach and may be useful for researchers working in related areas.
This is a simple and easy-to-use package for checking the quality of SfM through generating orthoimage quickly.
- Eigen3
- OpenCV3
- PCL
- TIFF
- JSONCPP
To test this package, you can use images which has EXIF for GPS, use 'dev_3.10' in colmap
./work/shell/sfm_cam_gps.shChange intrinsics about camera in 'config/cfg.json'.
mkdir build && cd build
cmake ..
make -j
./build/ortho_mapper config/cfg.json@INPROCEEDINGS{11247677,
author={He, Jialei and Zhan, Zhihao and Tu, Zhituo and Zhu, Xiang and Yuan, Jie},
booktitle={2025 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
title={A Multi-Sensor Fusion Approach for Rapid Orthoimage Generation in Large-Scale UAV Mapping},
year={2025},
volume={},
number={},
pages={6808-6815},
keywords={Visualization;Accuracy;Structure from motion;Robot vision systems;Sensor fusion;Autonomous aerial vehicles;Cameras;Robustness;Sensors;Global Positioning System},
doi={10.1109/IROS60139.2025.11247677}}
