GM_GeoRegistrationOrderFlags_t8 Enumeration |
Define how we should apply control points and/or GPS EXIF information from the images. These values are stored in workspace so don't change. Defaults should be 0.
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public enum GM_GeoRegistrationOrderFlags_t8

Member name | Value | Description | |
---|---|---|---|
GeoRegistration_GCPsBeforeSfM | 1 | Apply GCPs before we do SfM | |
GeoRegistration_NoExifIfGCPs | 2 | Don't apply EXIF information if GCPs are successfully applied | |
GeoRegistration_GCPsBeforeExif | 4 | Apply GCPs before EXIF rather than after | |
GeoRegistration_UseRobustReg | 8 | Use robust registration of EXIF location by default rather than using all points | |
GeoRegistration_DefaultFlags | 0 |

Reference
GlobalMapper.Lidar
Namespace