GM_SfmInitializer_t8 Enumeration
Define Incremental SfM initializer method

Namespace:GlobalMapper.Lidar
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax
C#
Copy
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-1 Use whatever the default is (future proofed to allow later changes to defaults)
See Also

Reference