GM_ClassifyBuildingVegSetup_t Structure

Define setup for classifying vegetation and building points

Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
Copy
public struct GM_ClassifyBuildingVegSetup_t

The ChangeMe 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 fieldmMeanGridBinMultMean grid multiplier of resolution. Usually keep at default
Public fieldmMinHeightAboveGroundMinimum height above ground in meters to consider
Public fieldmPlanarAngleMaxDiffMaximum difference in angle between planes to be consider close enough to be same plane
Public fieldmPlanarThresholdMThreshold in meters to consider all points planar enough to be building
Public fieldmRoofInvalidMaxAngleMaximum angle (degrees) for the invalid roof range.
Public fieldmRoofInvalidMinAngleMinimum angle (degrees) at which we don't consider a plane a roof
Public fieldmTreeThresholdMThreshold in meters above which the points are non-planar enough to be trees
Top
See Also