You are here: Start » FIL.NET » Function Reference » Computer Vision » Camera Calibration » FIL.ConvertRectificationMap
FIL.ConvertRectificationMap
Converts a rectification map to a different format.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ConvertRectificationMap ( FilNet.RectificationMap inRectificationMap, FilNet.PlainType? inNewPixelType, int? inNewDepth, int inNewPitchAlignment, FilNet.RectificationMap outRectificationMap )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRectificationMap | FilNet.RectificationMap | |||
![]() | inNewPixelType | FilNet.PlainType? | |||
![]() | inNewDepth | int? | <1, 4> | ||
![]() | inNewPitchAlignment | int | <0, +INF> | 16 | Default value: 16. |
![]() | outRectificationMap | FilNet.RectificationMap |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Incorrect inSpatialMap map in ConvertRectificationMap. |