GM_SfmResection_t8 Enumeration |
Define Incremental SfM Resection method (enum values must match what is passed to OpenMVG_main_IncrementalSfM2.exe
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public enum GM_SfmResection_t8

Member name | Value | Description | |
---|---|---|---|
SfmResection_DirectLinearTransform | 0 | 6 points, does not use intrinsic data | |
SfmResection_P3P_KE_CVPR17 | 1 | ||
SfmResection_P3P_KNEIP_CVPR11 | 2 | ||
SfmResection_P3P_NORDBERG_ECCV18 | 3 | ||
SfmResection_UP2P_KUKELOVA_ACCV10 | 4 | 2Points | upright camera | |
SfmResection_NumTypes | 5 | ||
SfmResection_Default | 3 | ||
SfmResection_UseDefault | -1 | Use whatever the default is (future proofed to allow later changes to defaults) |

Reference
GlobalMapper.Lidar
Namespace