Exercise: Detect Corners
Learn to detect the corners of a rectangular object with template matching.
We'll cover the following...
Problem statement
It’s time to put your programming skills to work. Your task is to locate the corners of the microcontrollers in six images like this one:
Press + to interact
Launch the Jupyter Notebook below and follow the instructions.
Instructions:
The comment lines starting with
# >>>
indicate that you must edit the cell.Replace the
None
values with the appropriate function calls.
The main steps that ...