edges opvoxel → pointsimport fullseye as fs; fs.ledger.edge_points(edge_mask) -> 'np.ndarray' (実装を直接呼ぶなら import edges3d; edges3d.edge_points(edge_mask) -> 'np.ndarray'、台帳から引くなら ops3d.get("edge_points"))エッジ mask を (M,3) の座標点群にする(下流の chamfer / Hough 用)。
edge_mask : (D,H,W) bool
pts : (M,3) float64 エッジ voxel の座標(axis0, axis1, axis2) = (z, y, x)。M = エッジ voxel 数。 エッジが無ければ shape (0,3) を返す。
py -3.11 examples_3d/edges_3d.pypoints を入力に取れる)points_to_voxel · gaussians_to_voxel · estimate_point_normals · to_points · match_points_ncc · match_pca · moment_axes · icp_point2point_3d
edges)gradient3d · canny3d · log_zero_crossings · link_edges
Provenance: edges3d.py — 3D operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.