...

/

Exercise: Detect Fiducials on an Electronic Board

Exercise: Detect Fiducials on an Electronic Board

Challenge yourself to detect fiducials through smoothing, template matching, thresholding, and blob detection in a coding exercise.

Problem statement

This one will be a little more challenging.

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 correct funtion calls.

The goal is to locate the three fiducials (the small golden disks in the corners) on the electronic board. Roll up your sleeves and get your hands on the code.

The main steps that you’ll have to complete are: ...