Global Mapper SDK
| GM_ClassifyPoleLikeObjectSetup_t Structure |
Define setup for classifying pole like object points
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
C#
Copy
public struct GM_ClassifyPoleLikeObjectSetup_tThe GM_ClassifyPoleLikeObjectSetup_t type exposes the following members.
| Name | Description | |
|---|---|---|
| GM_ClassifyPoleLikeObjectSetup_t |
Constructor to set values directly.
|
| Name | Description | |
|---|---|---|
| mPoleLikeObjectClass | Classification to assing to pole like object points | |
| mBinSizeM | Bin size in meters per side (usually keep defaults) | |
| mSmoothingDistance | Maximum distance of neighbor points used for smoothing and classification algorithms | |
| mSmoothingVal | Number of times to smooth point cloud before running classification | |
| mMinSegmentCount | Minimum number of points for a segment to be considered for final classification | |
| mMinHeightAboveGround | Minimum height above ground in meters to consider as possible pole | |
| mMaxHeightAboveGround | Maximum height above ground in meters to consider as possible pole | |
| mMinHeightOfPole | How small of a vertical segment can we accept as a pole | |
| mMinDegreeOfPole | Minimum degree of candidate points for a segment to be classified | |
| mMaxXDisOfGroup | Maximin X distance that a segments can span in meters | |
| mTruePointSpacing | Get the point spacing during dialog | |
| mGroundBase | Only search for poles that start at or near ground level |