Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 2.87 KB

README_CN.md

File metadata and controls

40 lines (25 loc) · 2.87 KB

FEC: Fast Euclidean Clustering for Point Cloud Segmentation

Open In Colab Binder

English / [简体中文]

这是FEC唯一官方 代码仓。

代码仓永久保留在here.

每天都在完善中,敬请期待!

Segmentation from point cloud data is essential in many applications ,such as remote sensing, mobile robots, or autonomous cars. However, the point clouds captured by the 3D range sensor are commonly sparse and unstructured, challenging efficient segmentation. A fast solution for point cloud instance segmentation with small computational demands is lacking. To this end, we propose a novel fast Euclidean clustering (FEC) algorithm which applies a point-wise scheme over the cluster-wise scheme used in existing works. The proposed method avoids traversing every point constantly in each nested loop, which is time and memory-consuming. Our approach is conceptually simple, easy to implement (40 lines in C++), and achieves two orders of magnitudes faster against the classical segmentation methods while producing high-quality results.

维护

@ YizhenLAO  @IfeiHsueh

License

MIT(LICENSE) © Yizhen LAO