GM_ClassifyNonGroundFlags_t32 Enumeration |
Define flags for non-ground setup
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public enum GM_ClassifyNonGroundFlags_t32

Member name | Value | Description | |
---|---|---|---|
Classify_ResetPoints | 1 | Reset existing points of types we are going to classify | |
Classify_CreateDebugLayers | 2 | Create layers for debugging auto-classify with best-fit plane information | |
Classify_SinglePassBestFit | 4 | Only do a single pass for the best-fit plane finding rather than doing a 2nd weighted pass | |
Classify_IgnoreNDVI | 8 | Don't use the NDVI values for NIR-enabled points to help classify vegetation/buildings | |
Classify_IgnoreNDWI | 16 | Don't use the NDWI values for NIR-enabled points to help classify vegetation/buildings | |
Classify_HideProgress | 32 | Don't show cancellable progress |

Reference
GlobalMapper.Lidar
Namespace