Problems:
1. Write an application that loads two images:
a. Scene image
b. Logo image
And superposes the logo image over the scene and allows to see through the zones in the logo that do not contain details/information. Hint: use the opencv_logo.png as logo
You should show the problem running on a video flow with the logo over imposed on the video such that it does not hide the parts of the video where the logo is “transparent” (lacks info)
2. Implement the fill contour using morphological operations algorithm presented during lecture 5.