CV-lecture-quizzes-python
CV-lecture-quizzes-python copied to clipboard
Python version of GT/Udacity Introduction to Computer Vision quizzes
Introduction to Computer Vision
This repository contains an unofficial python version of the Matlab quizzes available at GT's / Udacity's Introduction to Computer Vision.
The code available was implemented to closely mimic the results shown in each quiz.
The Jupyter Notebook files were converted automatically based on the following Stack Overflow response: https://stackoverflow.com/questions/23292242/converting-to-not-from-ipython-notebook-format
For the Notebooks, all calls to cv2.imshow were converted to inline calls to matplotlib imshow. Sources: https://stackoverflow.com/questions/34643747/ipython-notebook-jupyter-opencv-cv2-and-plotting
Available quizzes:
- 2A-L1
- 2A-L2
- 2A-L3
- 2A-L4
- 2A-L6
- 3A-L2
- 3B-L3
- 6B-L3
- 8C-L2