...

/

Exercise: Perform Perspective Warping

Exercise: Perform Perspective Warping

Learn to compute the perspective transformation matrix and warp an image.

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
Six images of a microcontroller with different poses
Six images of a microcontroller with different poses

Use the warped images to isolate the microcontroller’s central diamond-shape chip.

Launch the ...