Search⌘ K
AI Features

Exercise: Perform Perspective Warping

Explore how to register images by computing the perspective transformation matrix and warping images. Learn to isolate specific objects in varied poses using masks and polygon drawing to enhance automated inspection skills.

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.

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 Jupyter Notebook app below, run the cells one after the other, and follow the instructions.

Instructions:

...