Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 565 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 565 Bytes

ARTIFICIAL VISION GUIDE

This repository is an intend to make artificial vision learning easier through interactive Jupyter Notebooks

REQUIREMENTS

  • Python 3.x

  • OpenCV v3 (cv2)

  • Numpy
  • Matplotlib (only its metod Pyplot)

NOTEBOOKS ORDER

  1. Using images with cv2.
  2. Drawing functions on images.
  3. Image thresholding.
  4. Histograms and HSV images.
  5. Arithmetic operations on images
  6. Image preprocessing and postprocessing
  7. Contours
  8. Final Project

TO-DO

  1. Add Google Colab option to all notebooks.
  2. Add links to NOTEBOOKS ORDER