Python program to automate matching of slides from video lectures with soft copy of the slide. For detailed problem statement refer to Problem.pdf.
- Python 3
- OpenCV
- Numpy
python main.py <path_to_slides> <path_to_frames>
For implementation details refer to Report.pdf.