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.
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.
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: