Global Mapper SDK
| GM_ClassifyNonGroundSetup_t Constructor |
Constructor to set values directly.
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
C#
Copy
public GM_ClassifyNonGroundSetup_t(
GM_ClassifyNonGroundFlags_t32 mFlags = 0
)Parameters
- mTypes (Optional)
-
Type:
GlobalMapper.Lidar.GM_LidarClassifyTypes_t32
Sample at greater that point resolution by default to reduce point offset - mFlags (Optional)
-
Type:
GlobalMapper.Lidar.GM_ClassifyNonGroundFlags_t32
Units for resolution - mMinHeightAboveGround (Optional)
-
Type:
System.Single
Only look at non-ground points over 2 meters above ground as possible building/vegetation - mPlanarThresholdM(Optional)
-
Type:
System.Single
Default buildings to require things within 8 cm of planar - mTreeThresholdM(Optional)
-
Type:
System.Single
Default trees to keep things over 15 cm from planar - mRoofInvalidMinAngle (Optional)
-
Type:
System.Single
Minimum angle (degrees) at which we don't consider a plane a roof - mRoofInvalidMaxAngle (Optional)
-
Type:
System.Single
By default, any planes between 65-78 degrees steepness won't be considered roofs. - mPlanarAngleMaxDiff (Optional)
-
Type:
System.Single
By default try max of 5 degrees of difference
Comments
0 comments
Please sign in to leave a comment.