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)
Syntax
C#
Copy
public struct GM_ClassifyPowerlineSetup_t

The ChangeMe type exposes the following members.

Constructors
NameDescription
Public methodGM_ClassifyPowerlineSetup_t
Constructor to set values directly.
Top
Fields
NameDescription
Public fieldmBinSizeMBin size in meters per side (usually keep defaults)
Public fieldmMaxDistFromLine Maximum distance in meters from best-fit straight lines that multiple candidates in a single cell can be
Public fieldmMaxGroundPtHeight Maximum height above ground in meters to consider a ground point to ignore for histogram in cell
Public fieldmMaxHeightAboveGroundMaximum height above ground in meters to consider as possible powerline
Public fieldmMaxVertDiffPerMMaximum difference in height in meters over a meter of distance between points
Public fieldmMinAreaSqMMinimum area of powerline region
Public fieldmMinHeightAboveGroundMinimum height above ground in meters to consider as possible powerline
Public fieldmMinLineVertDiffMinimum vertical spacing of powerlines
Public fieldmPowerlineClassClassification to assing to powerline points
Top
See Also