fullseye

edge_points — 3D edges op

使い方

エッジ mask を (M,3) の座標点群にする(下流の chamfer / Hough 用)。

Parameters

edge_mask : (D,H,W) bool

Returns

pts : (M,3) float64 エッジ voxel の座標(axis0, axis1, axis2) = (z, y, x)。M = エッジ voxel 数。 エッジが無ければ shape (0,3) を返す。

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

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

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

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.