Loading [MathJax]/extensions/tex2jax.js

You are here: Start » Tutorial Exercises » Image Stitching (image_stitching)

Image Stitching (image_stitching)

Aim

A field of view is covered with two cameras. Create one stitched image despite significant perspective and lens distortion.

Input

Two calibration images, one for each camera.

Two object images, one for each camera.

Output

One stitched object image.

Hints

Refer to the Camera Calibration And World Coordinates section of the Machine Vision Guide for a theoretical background to fully understand this tutorial.

Note that the calibration grid contains a special marker - a pair of empty circles. The circle with bigger hole is the origin of the world plane, and the circle with smaller hole next to it defines the X axis direction. The grid spacing is 20mm, the first camera is responsible for area from -200mm to 200mm in X coordinate and -400mm to 0 in Y coordinate. The second camera: from -200mm to 200mm in X coordinate and 0 to 400mm in Y coordinate.

Solution (FIS)

►Click here to show the solution.

Further Readings