You are here: Start » FIL.NET » FIS.CreateRectificationMap_PixelUnits Method
FIS.CreateRectificationMap_PixelUnits Method
Computes a spatial map for transforming distorted images to rectified images defined in world coordinate plane. Defines the output geometry in pixels.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreateRectificationMap_PixelUnits ( FilNet.ImageFormat inImageFormat, int? inOutputWidth, int? inOutputHeight, bool inInvertedWorldY, FilNet.InterpolationMethod inInterpolationMethod, FilNet.RectificationTransform inTransform, FilNet.RectificationMap outRectificationMap )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageFormat | FilNet.ImageFormat | Input image format. | ||
![]() | inOutputWidth | int? | <1, INF> | Specifies the pixel size of output image. Defaults to the size of input image. Default value: ftl::NIL. | |
![]() | inOutputHeight | int? | <1, INF> | Specifies the pixel size of output image. Defaults to the size of input image. Default value: ftl::NIL. | |
![]() | inInvertedWorldY | bool | False | Set to true if world coordinate system has right-handed orientation, also known as mathematical or standard. This effectively mirrors the rectified image vertically. Default value: False. | |
![]() | inInterpolationMethod | FilNet.InterpolationMethod | Bilinear | Default value: Bilinear. | |
![]() | inTransform | FilNet.RectificationTransform | Transform's camera model is needed for undistortion of image, when not supplied the generated map will assume undistorted image on input. Transform's homography is needed for transforming to given world plane, when not supplied the generated map will only remove distortion of image. | ||
![]() | outRectificationMap | FilNet.RectificationMap |