Click or drag to resize

GM_ClassifyBuildingVegSetup_t Structure

Define setup for classifying vegetation and building 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_ClassifyBuildingVegSetup_t

The GM_ClassifyBuildingVegSetup_t type exposes the following members.

Constructors
  NameDescription
Public methodGM_ClassifyBuildingVegSetup_t
Constructor to set values directly.
Top
Fields
  NameDescription
Public fieldmGridBinSizeUnits
Units for resolution
Public fieldmMeanGridBinMult
Mean grid multiplier of resolution. Usually keep at default
Public fieldmMinHeightAboveGround
Minimum height above ground in meters to consider
Public fieldmPlanarAngleMaxDiff
Maximum difference in angle between planes to be consider close enough to be same plane
Public fieldmPlanarThresholdM
Threshold in meters to consider all points planar enough to be building
Public fieldmRoofInvalidMaxAngle
Maximum angle (degrees) for the invalid roof range.
Public fieldmRoofInvalidMinAngle
Minimum angle (degrees) at which we don't consider a plane a roof
Public fieldmTreeThresholdM
Threshold in meters above which the points are non-planar enough to be trees
Top
See Also