The goal of this assignment is to familiarize you with Image mosaicing and Stereo correspondence problem.
Please raise doubts on the appropriate assignment thread on moodle.
- Follow the directory structure as shown below:
├── src ├── Assignment2.ipynb ├── images //your images └── README.md srcwill contain the Jupyter notebook(s) used for the assignment.imageswill contain images used for the questions.- Follow this directory structure for all following assignments in this course.
- Make sure you run your Jupyter notebook before committing, to save all outputs.