You are here: Start » Program Examples » Perspective Removal

Perspective Removal

Aim:

The task is to remove perspective distortion of an object on the input image.

Input:

A single image with CD boxes affected with perspective distortion.

Output:

An undistorted image of the boxes' faces.

Macrofilter Main

Used Filters

Icon Name Description
CreatePerspectiveMap_Path Data preprocessing for fast perspective correction. The result is used by RemapImage.
LoadImage Loads a single image from a file.
RemapImage Fast (precomputed) image transformations, especially for view undistortion or object geometry correction (e.g. pos recognition of labels on cylindrical bottles).

Further Readings