Click or drag to resize

GM_ClassifyGroundSetup_t Structure

Define setup for classifying ground points

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 struct GM_ClassifyGroundSetup_t

The GM_ClassifyGroundSetup_t type exposes the following members.

Constructors
  NameDescription
Public methodGM_ClassifyGroundSetup_t
Constructor to set values directly.
Top
Fields
  NameDescription
Public fieldmBaseWindowSizePix
Base window size in pixels (used in equation w = 2 * k * b + 1, where b is this base window size and k is index)
Public fieldmConvergencePercent
Minimum percent of non-ground returns that must be classified to not go to next scale
Public fieldmCurvature
Initial curvature value (t) in meters for MCC algorithm
Public fieldmDeltaHeightMaxM
Maximum height delta to allow when looking for non-ground (meters)
Public fieldmDeltaHeightMinM
Minimum height delta to allow when looking for non-ground (meters)
Public fieldmFlags
Flags for operation
Public fieldmMaxWindowSizeM
Maximum window size in meters. This controls how large we will go in looking for non-ground things. Should be size of largest building or so.
Public fieldmResMult
Resolution multiplier (1.0 for native resolution, negative for resolution in meters)
Public fieldmSlopeDeg
Slope degrees used to calculate maximum Z delta. Higher in areas of steep terrain
Top
See Also