You are here: Start » FIL.NET » Function Reference » Computer Vision » Camera Calibration IO » FIL.LoadAnyCameraModel
Loads serialized AnyCameraModel object from FIDATA file.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void LoadAnyCameraModel ( string inFilename, FilNet.AnyCameraModel outAnyCameraModel )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inFilename | string | Name of the source file. | ||
![]() | outAnyCameraModel | FilNet.AnyCameraModel | Deserialized output AnyCameraModel. |