GM_LidarClassifyPolePowerFromQuery

Automatically identifies Building / High Veg returns from the points in the specified Lidar query.

Syntax

C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_LidarClassifyPolePowerFromQuery
(
GM_LidarQueryHandle_t                  aLidarQuery,     // IN: Lidar query of points to classify
const GM_ClassifyPolePowerSetup_t*     aSettings,       // IN: Classification settings. If NULL is provided, default settings will be used.
void*                                  aReserved        // IN: Reserved for future use, must be NULL
)