C++ implementation of the ECCV 2016 paper, Natural Image Stitching with the Global Similarity Prior (Windows Visual Studio 19 Version)
- This project is not mine, I solely just port it to the Visual Studio 19 based on https://github.com/firdauslubis88/NISwGSP. So, if you use any code or data from this project, please cite the original author work:
@INPROCEEDINGS{Chen:2016:NIS,
AUTHOR = {Yu-Sheng Chen and Yung-Yu Chuang},
TITLE = {Natural Image Stitching with the Global Similarity Prior},
YEAR = {2016},
MONTH = {October},
BOOKTITLE = {Proceedings of European Conference on Computer Vision (ECCV 2016)},
PAGES = {V186--201},
LOCATION = {Amsterdam},
}
- I removed the SIFT based on vlfeat, but opencv 4.6 (>=4.4 is OK)
- No dirent is needed.
Yu-Sheng Chen and Yung-Yu Chuang.
Natural Image Stitching with Global Similarity Prior. Proceedings of European Conference on Computer Vision 2016 (ECCV 2016), Part V, pp. 186-201, October 2016, Amsterdam, Netherland.
@INPROCEEDINGS{Chen:2016:NIS,
AUTHOR = {Yu-Sheng Chen and Yung-Yu Chuang},
TITLE = {Natural Image Stitching with the Global Similarity Prior},
YEAR = {2016},
MONTH = {October},
BOOKTITLE = {Proceedings of European Conference on Computer Vision (ECCV 2016)},
PAGES = {V186--201},
LOCATION = {Amsterdam},
}
- Chang, C.H., Sato, Y., Chuang, Y.Y.: Shape-preserving half-projective warps for image stitching. In: Proceedings of the 2014 IEEE Conference on Computer Vision and Pattern Recognition. pp. 3254-3261. CVPR'14 (2014)
- Gao, J., Kim, S.J., Brown, M.S.: Constructing image panoramas using dual-homography warping. In: Proceedings of the 2011 IEEE Conference on Computer Vision and Pattern Recognition. pp. 49-56. CVPR'11 (2011)
- Lin, C., Pankanti, S., Ramamurthy, K.N., Aravkin, A.Y.: Adaptive as-natural-as-possible image stitching. In: IEEE Conference on Computer Vision and Pattern Recognition, CVPR 2015, Boston, MA, USA, June 7-12, 2015. pp. 1155-1163 (2015)
- Nomura, Y., Zhang, L., Nayar, S.K.: Scene collages and flexible camera arrays. In: Proceedings of the 18th Eurographics Conference on Rendering Techniques. pp. 127-138. EGSR'07 (2007)
- Zaragoza, J., Chin, T.J., Brown, M.S., Suter, D.: As-projective-as-possible image stitching with moving dlt. In: Proceedings of the 2013 IEEE Conference on Computer Vision and Pattern Recognition. pp. 2339-2346. CVPR'13 (2013)
Feel free to contact the original author if there is any question (Yu-Sheng Chen [email protected]).