fullseye

extract_surface_points — 3D tsdf_fusion op

使い方

TSDF ゼロ交差から表面点 (M,3) を抽出(marching cubes 不要、線形補間)。

観測済み(weight>0)の隣接 voxel 対で TSDF 符号が変わる辺を、その 2 中心の間で alpha = t_a/(t_a - t_b) により線形補間して交点(表面点)を出す。両端とも weight>0 の 辺のみ採用(未観測の初期値 1.0 との偽の交差を作らない=honest)。x/y/z 3 軸の全辺を走査。 交差が無ければ空 (0,3) を返す(詐称せず honest な空返し)。

背景知識ガイド(この op の手前にある物理・規約)

参考(サンプルデータ・文献)

実行できる例(この op を実際に呼ぶ検証済みサンプル)

型が繋がる次の op(points を入力に取れる)

points_to_voxel · gaussians_to_voxel · estimate_point_normals · to_points · match_points_ncc · match_pca · moment_axes · icp_point2point_3d

同カテゴリ(tsdf_fusion)

fuse · integrate


Provenance: tsdf_fusion.py — 3D operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。

© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.