Skip to content

zhan994/ortho_mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ortho_mapper

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.

Prerequisited

  • Eigen3
  • OpenCV3
  • PCL
  • TIFF
  • JSONCPP

Example

To test this package, you can use images which has EXIF for GPS, use 'dev_3.10' in colmap

./work/shell/sfm_cam_gps.sh

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

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

Citation

@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}}

About

[IROS 2025] A Multi-Sensor Fusion Approach for Rapid Orthoimage Generation in Large-Scale UAV Mapping

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published