fullseye

vol_wall_thickness — 3D probe op

使い方

Wall thicknesses along the probe p0 -> p1 — the industrial-CT

measurement itself.

Runs :func:vol_edge_probe (all polarities) and pairs consecutive opposite-polarity edges rising -> falling in probe order: each pair is one traversal of bright material (entry surface -> exit surface), and its thickness is the difference of the two edges’ t_mm (physical units — mm with a spacing, voxels without). A probe crossing both walls of a pipe therefore yields two thicknesses.

Edges that do not complete a rising -> falling pair (a probe starting or ending inside material, consecutive same-polarity edges) are ignored, not paired creatively — the count of returned thicknesses can be smaller than len(edges) // 2. Dark walls on a bright background need an inverted volume (the pairing convention is bright material).

Returns a list of float thicknesses, in probe order (possibly empty). Raises ValueError on the same malformed inputs as :func:vol_edge_probe.

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

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

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

fuse_to_voxel

同カテゴリ(probe)

vol_profile_line · vol_edge_probe


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

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