preprocess op• データ種: points → points
• 呼び出し: import pcl_filter; pcl_filter.statistical_outlier_removal(points, k: 'int' = 16, std_ratio: 'float' = 2.0) (または ops3d.get("statistical_outlier_removal"))
各点の k 近傍平均距離が大域的に外れる点を除去する(統計的外れ値除去)。
• サンプルデータ カタログ(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)radius_outlier_removal · voxel_grid_downsample · mls_smooth · 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.