Exercise: Calibrate a System and Compute Topography
Explore the process of calibrating a laser line topography acquisition system and computing the 3D shape of objects. Learn to blur images, locate maximum intensity points, solve calibration equations, and reconstruct object heights to inspect surface topography effectively. This hands-on exercise builds foundational skills for industrial inspection using 3D vision.
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
Nonevalues 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
, solve an overdetermined system of linear equations to extract the ...