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)

Syntax
C#
Copy
public enum GM_ClassifyNonGroundFlags_t32
Members
Member nameValueDescription
Classify_ResetPoints1Reset existing points of types we are going to classify
Classify_CreateDebugLayers2Create layers for debugging auto-classify with best-fit plane information
Classify_SinglePassBestFit4Only do a single pass for the best-fit plane finding rather than doing a 2nd weighted pass
Classify_IgnoreNDVI8Don't use the NDVI values for NIR-enabled points to help classify vegetation/buildings
Classify_IgnoreNDWI16Don't use the NDWI values for NIR-enabled points to help classify vegetation/buildings
Classify_HideProgress32 Don't show cancellable progress
See Also

Reference