Click or drag to resize

GM_ClassifyNonGroundFlags_t32 Enumeration

Define flags for non-ground setup

Namespace:  GlobalMapper.Lidar
Assemblies:   GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 23.0.0.0 (23.0.0.0)
  GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 23.0.0.0 (23.0.0.0)
Syntax
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_HideProgress32Don't show cancellable progress
See Also