Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 930 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 930 Bytes

Quality evaluation-based iterative seam estimation for image stitching

This repository is our implementation of the paper, Quality evaluation-based iterative seam estimation for image stitching. If you use any code or data from our work, please cite our paper.

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 for "graphCutMex".

Citation

@article{liao2019quality,
  title={Quality evaluation-based iterative seam estimation for image stitching},
  author={Liao, Tianli and Chen, Jing and Xu, Yifang},
  journal={Signal, Image and Video Processing},
  volume={13},
  number={6},
  pages={1199--1206},
  year={2019},
  publisher={Springer}
}

Contact

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