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)

Syntax
C#
Copy
public enum GM_SfmResection_t8
Members
Member nameValueDescription
SfmResection_DirectLinearTransform06 points, does not use intrinsic data
SfmResection_P3P_KE_CVPR171
SfmResection_P3P_KNEIP_CVPR112
SfmResection_P3P_NORDBERG_ECCV183
SfmResection_UP2P_KUKELOVA_ACCV1042Points | upright camera
SfmResection_NumTypes5
SfmResection_Default3
SfmResection_UseDefault-1Use whatever the default is (future proofed to allow later changes to defaults)
See Also

Reference