You are here: Start » AVL.NET » AVL.UndistortImage(AvlNet.Image, AvlNet.SpatialMap, AvlNet.Region, AvlNet.Image)
AVL.UndistortImage(AvlNet.Image, AvlNet.SpatialMap, AvlNet.Region, 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, AvlNet.Region inMapRoi, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inUndistortionMap
- Type: AvlNet.SpatialMap
Definition of the transformation - inMapRoi
- Type: AvlNet.Region
Defines which elements of the spatial map are valid, or null. - outImage
- Type: AvlNet.Image
Output image
