GM_LidarClassify_t .LidarClassifyNoise Method
Automatically identifies noise returns from the points in the specified loaded Lidar layer(s).

Namespace:GlobalMapper.Lidar
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax
C#
Copy
public static GM_Error_t32 LidarClassifyNoise(
                        GM_LayerList_t aLayerList,
                        uint aLayerCount,
                        GM_ClassifyNoiseSetup_t aSettings,
                        IntPtr aReserved
                )

Parameters

aLayerList
Type:  GlobalMapper.Types.GM_LayerList_t
IN: List of layers to classify or NULL for all Lidar layers
aLayerCount
Type: System.UInt32
IN: Number of layers in list (0 for all)
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_t32
A GM Error Code
See Also