Click or drag to resize

GM_ClassifyNoiseSetup_t Structure

Define setup for classifying noise points

Namespace:  GlobalMapper.Lidar
Assemblies:   GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 23.0.0.0 (23.0.0.0)
  GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 23.0.0.0 (23.0.0.0)
Syntax
public struct GM_ClassifyNoiseSetup_t

The GM_ClassifyNoiseSetup_t type exposes the following members.

Constructors
  NameDescription
Public methodGM_ClassifyNoiseSetup_t
Constructor to set values directly.
Top
Fields
  NameDescription
Public fieldmFlags
Public fieldmMaxValidElevM
Maximum valid elevation in meters. Anything higher is marked as high noise. Use INVALID_ELEV_VALUE to not add this check
Public fieldmMaxValidHeightM
Maximum valid height above ground in meters. Anything higher is marked as high noise. Use INVALID_ELEV_VALUE to not add this check
Public fieldmMeanGridBinMult
Grid size for finding noise
Public fieldmMinHighNoiseOffsetM
Minimum offset in meters above from local max average to possibly be high noise. Prevents small offsets in mostly flat areas, like individual power line points.
Public fieldmMinLowNoiseOffsetM
Minimum offset in meters below from local min average to possibly be high noise. Prevents small offsets in mostly flat areas, like individual power line points.
Public fieldmMinNoiseStdDev
Minimum number of std dev from mean point needs to be for noise.
Public fieldmMinValidElevM
Minimum valid elevation in meters. Anything lower is marked as low noise. Use INVALID_ELEV_VALUE to not add this check
Public fieldmMinValidHeightM
Minimum valid height above ground in meters. Anything lower is marked as low noise. Use INVALID_ELEV_VALUE to not add this check
Public fieldmMovingWindowSize
Number of pixels on each side of moving window for checking noise (i.e. 5 is a 5x5 set of cells around cell sample is in)
Top
See Also