/Single-perspective-warps

Our code for the paper "Single-Perspective Warps in Natural Image Stitching"

Primary LanguageMATLABMIT LicenseMIT

Single-Perspective Warps in Natural Image Stitching

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.

Usage

  1. Download code, add images in the folder "Imgs" in the main path and run the "main.m".

  2. 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;

Citation

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

Contact

If you have any comments, suggestions, or questions, please feel free to contact me (tianli.liao@haut.edu.cn).