Basics With OpenCV
Basics With OpenCV
Basics With OpenCV
● Section Goals:
○ Be able to open image files with OpenCV in both a
notebook and a python script.
○ Draw simple geometries on images.
○ Directly interact with an image through callbacks.
Opening Image Files
Notebook
Opening Image Files
OpenCV Python Script
Image Basics with OpenCV