Loading [MathJax]/extensions/tex2jax.js

You are here: Start » Program Examples » Calibration with Editor on Remapped Images

Calibration with Editor on Remapped Images

Aim:

The goal is to compute the world coordinates of the dots based on provided images of the calibration grid.

Input:

A few images of the calibration grid and the dots.

Output:

The coordinates of the found dots.

Hints:

First of all, as there are both lens and perspective distortion, they need to be removed by using the RectifyImage filter. Next, to correctly locate the dots, it is best to use the ExtractBlobs_Intensity. Eventually, to find the center points of circles, try fitting a corresponding shape to them and use an appropriate property output.

Solution (FIS):

►Click here to show the solution.