Quiz Yourself on Editing Images
Quiz yourself on what you've learned in this chapter.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Given the function below, what should be the value of the parameter angle
to rotate the image 60 degrees in the counterclockwise direction?
rotationMatrix = getRotationMatrix2D(pointRot, angle, scale)
A.
-60
B.
120
C.
60
D.
-120
1 / 3