Click or drag to resize

GM_LidarReturnInfo_t Structure

Statistics about different Lidar point types. This can be used for statistics for a single class or return type

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public struct GM_LidarReturnInfo_t

The GM_LidarReturnInfo_t type exposes the following members.

Fields
  NameDescription
Public fieldmCount
Number of points encountered of this type
Public fieldmKeyPointCount
Model key count
Public fieldmMaxI
Maximum Intensity value
Public fieldmMaxZ
Maximum Z value
Public fieldmMinI
Minimum Intensity value
Public fieldmMinZ
Minimum Z value
Public fieldmOverlapCount
Overlap point count
Public fieldmSyntheticCount
Synthetic count
Public fieldmWithheldCount
Withheld count
Top
See Also