xidianzhanglei / Iterative-seam-estimation

Our code for the paper "Quality evaluation-based iterative seam estimation for image stitching"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

Our code for the paper "Quality evaluation-based iterative seam estimation for image stitching"

License:MIT License


Languages

Language:MATLAB 71.8%Language:C++ 28.1%Language:C 0.1%