CV Lab 10 Manual
CV Lab 10 Manual
Computer Vision
Introduction
Objectives
Theory
This laboratory exercise will focus on applying various geometric
transformations such as scaling, rotation, reflection, stretching, shearing etc.
Geometric transformations can be accomplished by creating a transform matrix
that is multiplied with each pixel value to map a new output image which
contains the needed transformation. The transformations can also be
compounded together into a single transformation matrix.
Computer Vision
while loops code as long as a condition is met
for loops code through a sequence of items in an iterable object
break exit loop immediately
continue jump to the next iteration of the loop
def used to define a function
In the lab, you must download some images to implement in the tasks
Computer Vision
### TASK 2 CODE ENDS HERE ###
Computer Vision
### TASK 4 SCREENSHOT ENDS HERE ###
Computer Vision