Global Mapper SDK
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)

C#
Copy
public struct GM_ClassifyBuildingVegSetup_t
The ChangeMe type exposes the following members.

Name | Description | |
---|---|---|
![]() | GM_ClassifyBuildingVegSetup_t |
Constructor to set values directly.
|

Name | Description | |
---|---|---|
![]() | mGridBinSizeUnits | Units for resolution |
![]() | mMeanGridBinMult | Mean grid multiplier of resolution. Usually keep at default |
![]() | mMinHeightAboveGround | Minimum height above ground in meters to consider |
![]() | mPlanarAngleMaxDiff | Maximum difference in angle between planes to be consider close enough to be same plane |
![]() | mPlanarThresholdM | Threshold in meters to consider all points planar enough to be building |
![]() | mRoofInvalidMaxAngle | Maximum angle (degrees) for the invalid roof range. |
![]() | mRoofInvalidMinAngle | Minimum angle (degrees) at which we don't consider a plane a roof |
![]() | mTreeThresholdM | Threshold in meters above which the points are non-planar enough to be trees |
