Description
2 Aggregating multiple images to remove artifacts
(2 marks)
Implement solution.py, specifically the TODO parts in merge images. You only have to
use np.nanmean and np.nanmedian to do each task. You can also test to run the mean
version by doing python solution.py –method mean.
Here are some example outputs that opencv should give you. Simply press a key to keep
on running the stitching process.
(a) Example matches (b) Example stitch
(c) Example matches (d) Example stitch
Figure 1: Reference results.
3

