...

/

Exercise: Detect Corners

Exercise: Detect Corners

Learn to detect the corners of a rectangular object with template matching.

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
A microcontroller that you need to locate by finding its corners
A microcontroller that you need to locate by finding its corners

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