SaveRectificationMap
Saves serialized RectificationMap object as AVDATA file.
Syntax
C++
C#
Python
def SaveRectificationMap( inRectificationMap: RectificationMap, inFilename: str, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRectificationMap | RectificationMap | RectificationMap to be serialized | |
![]() |
inFilename | str | Name of the target file |

