enjoybo / filter-3d-point-cloud

remove outlier in 3D point clouds but carefully preserve all inliers (avoid the erosion effet)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small filter to remove outliers in 3D point clouds. Most functions of this repository are bare copies of functions written by Carlo de Franchis et al. for s2p, extracted from s2p so as to easily test the 3D point cloud filtering part.

Contrarily to the initial function in s2p that has an erosion effect, the method implemented here preserve all the inliers.

About

remove outlier in 3D point clouds but carefully preserve all inliers (avoid the erosion effet)


Languages

Language:Python 43.2%Language:MATLAB 34.1%Language:C 17.3%Language:Makefile 5.4%