You are here: Start » FIL.NET » FIS.RectifyImage Method
FIS.RectifyImage Method
Applies a spatial map to distorted image transforming it to rectified image defined in world coordinates.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void RectifyImage ( FilNet.Image inImage, FilNet.RectificationMap inRectificationMap, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRectificationMap | FilNet.RectificationMap | The spatial map with associated data for world coordinates calculation on rectified image. Designed to be set with calibration GUI. | ||
![]() | outImage | FilNet.Image | Remapped image. |
Function Overrides
- RectifyImage(Image, RectificationMap, Image, Matrix, Point2D, Single, Single)
- RectifyImage(Image, RectificationMap, Image, NullableRef<Matrix>, NullableValue<Point2D>, NullableValue<Single>, NullableValue<Single>)