/slidErr

Automation of slide matching

Primary LanguagePython

slidErr

Python program to automate matching of slides from video lectures with soft copy of the slide. For detailed problem statement refer to Problem.pdf.

Requirements

  • Python 3
  • OpenCV
  • Numpy

Run Script

python main.py <path_to_slides> <path_to_frames>

For implementation details refer to Report.pdf.