Basic RT components and utilities
315.12.1
|
This component generates a height field from an input point cloud, applies average filter and outputs as a point cloud.
implementation_id | AverageFilter |
---|---|
category | example |
port name | data type | unit | description |
---|---|---|---|
original | PointCloudTypes::PointCloud | [m] | original point cloud |
port name | data type | unit | description |
---|---|---|---|
filtered | PointCloudTypes::PointCloud | [m] | filtered point cloud |
N/A
N/A
name | type | unit | default value | description |
---|---|---|---|---|
resolution | double | [m] | 0.01 | resolution of grids |
windowSize | std::vector<int> | [grid] | 4 | window size for filtering |
N/A