LidarClassifyBuildingVegFromQuery¶
- globalmapper.LidarClassifyBuildingVegFromQuery(GM_LidarQueryHandle_t aLidarQuery, GM_ClassifyNonGroundSetup_t aSettings, uint32 aReserved=0) GM_Error_t32 [source]¶
Automatically identifies Building / High Veg returns from the points in the query.
- Parameters:
aLidarQuery (GM_LidarQueryHandle_t) – Lidar query of points to classify.
aSettings (GM_ClassifyNonGroundSetup_t) – Classification settings. If None is provided, default settings will be used.
aReserved (uint32) – Reserved for future use; defaults to 0
- Returns:
Error Code
- Return type:
GM_Error_t32
Example¶
The following is an example of LidarClassifyBuildingVegFromQuery.:
gm.LidarClassifyBuildingVegFromQuery(query_pointer, None, 0)
For more context refer to the lidar sample scripts.