Global Mapper SDK
GM_ClassifyPowerlineSetup_t Structure |
Define setup for classifying powerline points
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

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

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

Name | Description | |
---|---|---|
![]() | mBinSizeM | Bin size in meters per side (usually keep defaults) |
![]() | mMaxDistFromLine | Maximum distance in meters from best-fit straight lines that multiple candidates in a single cell can be |
![]() | mMaxGroundPtHeight | Maximum height above ground in meters to consider a ground point to ignore for histogram in cell |
![]() | mMaxHeightAboveGround | Maximum height above ground in meters to consider as possible powerline |
![]() | mMaxVertDiffPerM | Maximum difference in height in meters over a meter of distance between points |
![]() | mMinAreaSqM | Minimum area of powerline region |
![]() | mMinHeightAboveGround | Minimum height above ground in meters to consider as possible powerline |
![]() | mMinLineVertDiff | Minimum vertical spacing of powerlines |
![]() | mPowerlineClass | Classification to assing to powerline points |
