Click or drag to resize

GM_SfmResection_t8 Enumeration

Define Incremental SfM Resection method (enum values must match what is passed to OpenMVG_main_IncrementalSfM2.exe

Namespace:  GlobalMapper.Lidar
Assemblies:   GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 23.0.0.0 (23.0.0.0)
  GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 23.0.0.0 (23.0.0.0)
Syntax
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