Lab 01
Lab 01
HAZARA UNIVERSITY
Department of CS & IT
Computer Vision
Lab # 1
Objectives
To introduce Python and Spyder IDE
Executing file
Go to the “Run” menu and select “Run” (or press F5) to run your file
A dialog box will appear prompting you to save untitled1.py. Save it at
your desired location.
If the run is successful, the program will execute and print the output in
the “IPython console” window.
CV ‒ Lab # 1 ‒ Thursday, 26th September 2024
@author: gul
"""
import cv2
Program Output
CV ‒ Lab # 1 ‒ Thursday, 26th September 2024
"""
Created on Wed Mar 6 09:24:15 2024
@author: gul
"""
import cv2
Program output