normals_orient op• 資料種類:points → normals
• 呼叫: import fullseye as fs; fs.ledger.estimate_oriented_normals(points, k: 'int' = 20, seed_dir=None) -> 'np.ndarray'(要直接呼叫實作,import normals_orient; normals_orient.estimate_oriented_normals(points, k: 'int' = 20, seed_dir=None) -> 'np.ndarray';從台帳取用則 ops3d.get("estimate_oriented_normals"))
PCA 法線估計 + Hoppe 全域定向的組合。→ (N,3) 帶朝向的單位法線。
> 以下的詳細說明為原文 —— 摘要與標題已翻譯。
:func:estimate_normals(向き未定)→ :func:orient_normals(MST 伝播)を通す。
閉曲面なら全点外向き、平面なら全点同一半球にそろう。得た法線を
`curvature3d.shape_index` に渡すと凹/凸符号が正しく出る。
Args:
points: (N,3) の点群。
k: PCA 近傍数と kNN グラフ近傍数(共通)。
seed_dir: 大域基準向き (3,)。None なら重心から外向き。
Returns:
(N,3) の大域一貫・向き付き単位法線。
• blender_interop — Blender との併用 — 形を作って fullseye で測る(軸・単位・正解データの罠)
• 範例資料目錄(下載 URL / 授權) —— 2-D 用 skimage.data(BSD/公有領域)加合成圖,3-D 給出真實資料源(Stanford/PDS 等)的下載 URL。
• 運算子來歷與參考文獻 —— 該運算子族所依據的研究/方法出處。
• oriented_normals — py -3.11 examples_3d/oriented_normals.py
normals 作為輸入)icp_point2plane · compute_fpfh · shot_descriptor · fuse_to_voxel · reflect · refract · normal_consistency · ransac_cylinder
normals_orient)*Provenance: normals_orient.py — 3D 運算子登記表。本條目由 tools/opdocs.py md 自動產生(請勿手動編輯)。*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.