GM_LidarClassifyNoiseFromQuery

Automatically identifies Noise returns from the points in the specified Lidar query.

Syntax

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