Click or drag to resize

GM_ClassifyPowerlineSetup_t Structure

Define setup for classifying powerline 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_ClassifyPowerlineSetup_t

The GM_ClassifyPowerlineSetup_t type exposes the following members.

Constructors
  NameDescription
Public methodGM_ClassifyPowerlineSetup_t
Constructor to set values directly.
Top
Fields
  NameDescription
Public fieldmBinSizeM
Bin 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 fieldmMaxHeightAboveGround
Maximum height above ground in meters to consider as possible powerline
Public fieldmMaxVertDiffPerM
Maximum difference in height in meters over a meter of distance between points
Public fieldmMinAreaSqM
Minimum area of powerline region
Public fieldmMinHeightAboveGround
Minimum height above ground in meters to consider as possible powerline
Public fieldmMinLineVertDiff
Minimum vertical spacing of powerlines
Public fieldmPowerlineClass
Classification to assing to powerline points
Top
See Also