Loading [MathJax]/extensions/tex2jax.js

You are here: Start » Program Examples » Calibration World Coordinates With Remapped Images

Calibration World Coordinates With Remapped Images

Aim

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

Input

A few images of the calibration grid.

Output

Located calibration grid and center points of two first circles on the board.

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 circle board it is best to use LocateSingleObject_Edges1. 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.

Used Filters

►Click here to show the filters list.

Further Readings