#point-cloud #3d

f3l_filter

3D Point Cloud Library

1 unstable release

0.2.0 May 16, 2024

#2 in #pointcloud

Download history 147/week @ 2024-05-12 29/week @ 2024-05-19 3/week @ 2024-05-26 8/week @ 2024-06-02

187 downloads per month
Used in f3l

MIT/Apache

135KB
3.5K SLoC

F3l Filter

3D and 2D Filters.

Condition Removal

A Dimension-wise to filter with Upper-Bound and Lower-Bound Eg: x: -10 ~ 10, y: ~= 0, Z: 20 ~.

Pass Through

Target Dimension to filter with Upper-Bound and Lower-Bound

Radius Outlier Removal

Filter Numbers of point in radius.

Statistical Outlier Removal

Compute k-neighbors of all points, then compute mean and variance filter out mean +- multiply * std

Voxel Grid

Build a Dimension-wise grid, compute mean of points per grid.

Dependencies

~5–12MB
~241K SLoC