GM_ClassifyGroundSetup_t Structure

Define setup for classifying ground points

Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
Copy
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 fieldmBaseWindowSizePixBase window size in pixels (used in equation w = 2 * k * b + 1, where b is this base window size and k is index)
Public fieldmConvergencePercentMinimum percent of non-ground returns that must be classified to not go to next scale
Public fieldmCurvatureInitial curvature value (t) in meters for MCC algorithm
Public fieldmDeltaHeightMaxMMaximum height delta to allow when looking for non-ground (meters)
Public fieldmDeltaHeightMinMMinimum height delta to allow when looking for non-ground (meters)
Public fieldmFlagsFlags for operation
Public fieldmMaxWindowSizeMMaximum 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 fieldmResMultResolution multiplier (1.0 for native resolution, negative for resolution in meters)
Public fieldmSlopeDegSlope degrees used to calculate maximum Z delta. Higher in areas of steep terrain
Top
See Also