preprocess op• データ種: points → points
• 呼び出し: import pcl_filter; pcl_filter.mls_smooth(points, radius: 'float', order: 'int' = 2) (または ops3d.get("mls_smooth"))
各点を局所多項式曲面へ射影してノイズを落とす(Moving Least Squares 平滑)。
• サンプルデータ カタログ(DL URL / ライセンス) — 2-D は skimage.data(BSD/public)+ 合成、3-D は実データ源(Stanford/PDS 等)の DL URL。
• 演算子の来歴・参考文献 — この op 族の元になった研究/手法の出典。
• pcl_geodesic — py -3.11 examples_3d/pcl_geodesic.py
points を入力に取れる)points_to_voxel · gaussians_to_voxel · estimate_point_normals · to_points · match_points_ncc · match_pca · moment_axes · icp_point2point_3d
preprocess)statistical_outlier_removal · radius_outlier_removal · voxel_grid_downsample · volume_downsample
*Provenance: pcl_filter.py — 3D operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.