Click or drag to resize

GM_SfmInitializer_t8 Enumeration

Define Incremental SfM initializer method

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_SfmInitializer_t8
Members
  Member nameValueDescription
SfmInit_ExistingPose0'EXISTING_POSE'-> Initialize the reconstruction from the existing sfm_data camera poses
SfmInit_MaxPair1'MAX_PAIR'-> Initialize the reconstruction from the pair that has the most of matches
SfmInit_AutoPair2'AUTO_PAIR'-> Initialize the reconstruction with a pair selected automatically [NOT YET IMPLEMENTED IN OpenMVG]
SfmInit_Stellar3'STELLAR'-> Initialize the reconstruction with a 'stellar' reconstruction.
SfmInit_NumTypes4
SfmInit_Default3
SfmInit_UseDefault-1Use whatever the default is (future proofed to allow later changes to defaults)
See Also