This repository is our implementation of the IEEE TIP 2019 paper, Single-Perspective Warps in Natural Image Stitching. If you use any code or data from our work, please cite our paper.
The codes designed for two-image and multi-image stitching are different.
-
Download code, add images in the folder "Imgs" in the main path and run the "main.m".
-
This code has been tested on 64bit Windows; for other platforms, you'll need to compile your own mex files in folder "LSD_matlab" and "texture_mapping" and other necessary mex files;
@article{liao2019single,
title={Single-Perspective Warps in Natural Image Stitching},
author={Liao, Tianli and Li, Nan},
journal={IEEE Transactions on Image Processing},
volume={29},
number={},
pages={724--735},
year={2020},
doi={10.1109/TIP.2019.2934344},
publisher={IEEE}
}
If you have any comments, suggestions, or questions, please feel free to contact me (tianli.liao@haut.edu.cn).