| GM_SfmTriMethod_t8 Enumeration |
Define Incremental SfM triangulation 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)
C#
Copy
public enum GM_SfmTriMethod_t8| Member name | Value | Description | |
|---|---|---|---|
| SfmTriMethod_DirectLinearTransform | 0 | ||
| SfmTriMethod_L1Angular | 1 | ||
| SfmTriMethod_LInfinityAngular | 2 | ||
| SfmTriMethod_InverseDepthWeightedMidpoint | 3 | ||
| SfmTriMethod_NumTypes | 4 | ||
| SfmTriMethod_Default | 3 | ||
| SfmTriMethod_UseDefault | -1 | Use whatever the default is (future proofed to allow later changes to defaults) |
Reference
GlobalMapper.Lidar
Namespace