Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aalallalalal committed Mar 8, 2022
2 parents 8fb5ef2 + 5bc3469 commit acd26fd
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# GES-ImageStitching
# GES-ImageStitching

This repository is our C++ implementation of the CVPR 2022 paper, Geometric Structure Preserving Warp for Natural Image Stitching. If you use any code or data from our work, please cite our paper.

### Download

1. [Paper](...)
2. [Supplementary](...)
3. [Dataset](https://github.com/aalallalalal/GES-50-DATA)

### Usage

1. Download code and comile.
* You need **Opencv 4.4.0**,**VLFEAT**,**Eigen**
2. Download dataset to "input-data" folder.
3. Edit "RUN_EXE.bat". Change "file=\RUN_FILE.txt" and "\GES_Stitching.exe" to your project path.
4. List data you going to test in "RUN_FILE.txt".
5. Click "RUN_EXE.bat".
6. You can find results in folder "input-data".
Notice:If you make changes to the code and run it, you can copy .exe from the "x64" to the root directory, and rename it to "GES_Stitching.exe".

### Contact

Feel free to contact me if there is any question (peng-du@nwafu.edu.cn).

0 comments on commit acd26fd

Please sign in to comment.