Exercise: Calibrate a System and Compute Topography
Learn to calibrate a topography acquisition system and reconstruct a topographic slice through a coding exercise.
We'll cover the following...
Problem statement
In this coding exercise, you’ll calibrate a laser line topography acquisition system. You’ll then use the computed calibration to reconstruct a slice of an object to inspect.
Launch the Jupyter Notebook app 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 function calls.
The main steps that you’ll have to complete are:
Blur the calibration slice images.
Locate the
location where the intensity is maximum for each in the calibration slice images. For each
...