probe op• 데이터 종류: voxel → signal
• 호출: import fullseye as fs; fs.ledger.vol_wall_thickness(vol, p0, p1, sigma=1.0, threshold=0.1, spacing=None)(구현을 직접 호출하려면 import volprobe; volprobe.vol_wall_thickness(vol, p0, p1, sigma=1.0, threshold=0.1, spacing=None), 원장에서 가져오려면 ops3d.get("vol_wall_thickness"))
• 원장 경유의 반환값: fullseye.ledger.vol_wall_thickness(...) 는 **선언된 out 형 signal 의 값만** 반환합니다(실제 함수는 보조 정보도 반환). 버려진 쪽이 필요하면 fullseye.ledger.vol_wall_thickness.raw(...) 를 쓰거나 volprobe.vol_wall_thickness 를 직접 호출하세요.
프로브 `p0 -> p1` 을 따른 살두께 —— 산업용 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.
• 샘플 데이터 카탈로그(DL URL / 라이선스) —— 2-D 는 skimage.data(BSD/public)+ 합성, 3-D 는 실데이터 소스(Stanford/PDS 등)의 DL URL.
• 연산자의 내력·참고문헌 —— 이 연산자 족의 바탕이 된 연구/기법의 출처.
• wall_thickness_probe — py -3.11 examples_3d/wall_thickness_probe.py
signal 를 입력으로 받는 것)probe)vol_profile_line · vol_edge_probe
*Provenance: volprobe.py — 3D 연산자 레지스트리. 이 op 노트는 tools/opdocs.py md 가 자동 생성합니다(직접 편집하지 마세요).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.