LidarThin¶
- globalmapper.LidarThin(GM_LayerHandle_t32 aLayer, GM_LidarSpatialThinSetup_t aSetup, uint32 aReserved=0) GM_Error_t32[source]¶
Spatially thins a Lidar point cloud layer.
- Parameters:
aLayer (GM_LayerHandle_t32) – Loaded Lidar layer to spatially thin.
aSetup (GM_LidarSpatialThinSetup_t) – Spatial thinning setup.
aReserved (uint32) – Reserved for future use; defaults to 0
- Returns:
Error Code
- Return type:
GM_Error_t32
BEFORE |
AFTER |
|---|---|
|
|
Example¶
The following is an example of LidarThin.:
gm.LidarThin(layers_list[1], gm.GM_LidarSpatialThinSetup_t(), 0)
For more context refer to the lidar sample scripts.