Exercise: Perform Perspective Warping
Learn to compute the perspective transformation matrix and warp an image.
We'll cover the following...
We'll cover the following...
Problem statement
In the previous exercise, you located the corners of a microcontroller in six images where the object had different poses. Your task now is to use this information to register the images with perspective warping.
Press + to interact
Use the warped images to isolate the microcontroller’s central diamond-shape chip.
Launch the Jupyter Notebook app below, run the cells one after the other, and follow the instructions.
...Instructions: