unreal.LidarPointCloudDuplicateHandling

class unreal.LidarPointCloudDuplicateHandling

Bases: unreal.EnumBase

ELidar Point Cloud Duplicate Handling

C++ Source:

  • Plugin: LidarPointCloud

  • Module: LidarPointCloudRuntime

  • File: LidarPointCloudSettings.h

IGNORE

Keeps any duplicates found

Type

0

SELECT_BRIGHTER

Selects the brightest of the duplicates

Type

2

SELECT_FIRST

Keeps the first point and skips any further duplicates

Type

1