GM_LidarClassify_t .LidarClassifyNoiseFromQuery Method |
Automatically identifies noise returns from the points in the query.
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public static GM_Error_t32 LidarClassifyNoiseFromQuery(
GM_LidarQuery_t aLidarQuery,
GM_ClassifyNoiseSetup_t aSettings,
IntPtr aReserved
)
Parameters
- aLidarQuery
-
Type:
GlobalMapper.Lidar.GM_LidarQuery_t
IN: Lidar query of points to classify - aSettings
-
Type:
GlobalMapper.Lidar.GM_ClassifyNoiseSetup_t
IN: Classification settings. If NULL is provided, default settings will be used. - aReserved
-
Type:
System.IntPtr
IN: Reserved for future use, must be NULL
Return Value
Type: GM_Error_t32A GM Error Code
