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
inImageFilNet.ImageInput image.
inRectificationMapFilNet.RectificationMapThe spatial map with associated data for world coordinates calculation on rectified image. Designed to be set with calibration GUI.
outImageFilNet.ImageRemapped image.

Function Overrides

See also