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)

C#
Copy
public enum GM_SfmInitializer_t8

Member name | Value | Description | |
---|---|---|---|
SfmInit_ExistingPose | 0 | 'EXISTING_POSE'-> Initialize the reconstruction from the existing sfm_data camera poses | |
SfmInit_MaxPair | 1 | 'MAX_PAIR'-> Initialize the reconstruction from the pair that has the most of matches | |
SfmInit_AutoPair | 2 | 'AUTO_PAIR'-> Initialize the reconstruction with a pair selected automatically [NOT YET IMPLEMENTED IN OpenMVG] | |
SfmInit_Stellar | 3 | 'STELLAR'-> Initialize the reconstruction with a 'stellar' reconstruction. | |
SfmInit_NumTypes | 4 | ||
SfmInit_Default | 3 | ||
SfmInit_UseDefault | -1 | Use whatever the default is (future proofed to allow later changes to defaults) |

Reference
GlobalMapper.Lidar
Namespace