This repository contains the source code for the Image Stitching project developed by the Fourth Team, as part of the 'Digital Image and Video Processing' course. The project includes a comprehensive survey on image stitching techniques and their applications in multi-perspective image stitching.
Name | Major | University |
---|---|---|
Quang-Thang Duong | Information Technology - Computer Vision | University of Science (VNUHCM) |
Quoc-Thang Nguyen | Information Technology - Computer Vision | University of Science (VNUHCM) |
Gia-Nguyen Nguyen | Information Technology - Computer Vision | University of Science (VNUHCM) |
Nam-Hung Ngo-Hoang | Information Technology - Computer Vision | University of Science (VNUHCM) |
The organizational structure of our project is as follows:
"data" Folder:
- Contains the original raw UDIS-D dataset. Because the capacity is too large, I only push a very small part. Please download the full data set at: https://drive.google.com/drive/folders/1kC7KAULd5mZsqaWnY3-rSbQLaZ7LujTY
"doc" Folder:
- Holds documentation and scientific papers that we referenced and used in this project.
"src" Folder:
- Includes two subfolders, storing the source code for traditional (non-deep learning) methods and deep learning methods. Please read README.md for more details.