GM_LidarClassifyPolePower

Automatically identifies pole / powerline returns from the points in the specified loaded Lidar layer(s). If you want to only classify a subset of the points in a cloud, first use GM_CreateLidarQuery to build a set of the points that you want to classify, then use GM_LidarClassifyPolePowerFromQuery to do the classification.

Syntax

C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_LidarClassifyPolePower
(
GM_LayerHandle_t32*                    aLayerList,      // IN: List of layers to classify or NULL for all Lidar layers
uint32                                 aLayerCount,     // IN: Number of layers in list (0 for all)
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
)