You are here: Start » AVL.NET » AVL.UndistortImage(AvlNet.Image, AvlNet.SpatialMap, AvlNet.Image)
AVL.UndistortImage(AvlNet.Image, AvlNet.SpatialMap, AvlNet.Image)
Removes lens distortion from an image. To be used with a GUI based on chessboard pattern recognition.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void UndistortImage( AvlNet.Image inImage, AvlNet.SpatialMap inUndistortionMap, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inUndistortionMap
- Type: AvlNet.SpatialMap
Definition of the transformation - outImage
- Type: AvlNet.Image
Output image
