vol_reduce_domain — 3D domain op

データ種: voxel × voxelvoxel

呼び出し: import fullseye as fs; fs.ledger.vol_reduce_domain(vol, domain) (実装を直接呼ぶなら import volops; volops.vol_reduce_domain(vol, domain)、台帳から引くなら ops3d.get("vol_reduce_domain"))

使い方

ボリュームを *domain* マスクに制限する(HALCON `reduce_domain`、ボクセル単位)。

> 以下の詳細説明は原文のままです —— 要約と見出しは訳出済み。

Every voxel outside the foreground of *domain* is set to `0` — the same

"outside the domain is undefined -> 0" convention the 2-D `it_crop_domain`

op uses (a plain numpy array cannot carry a separate domain channel, so the

restriction is materialised). A non-`{0, 1}` *domain* is thresholded at

`> 0.5`. Use it to silence everything a downstream operator must not see

(metal artefacts, the scanner bed, a neighbouring part); combine with

:func:vol_crop_domain when you also want the *memory* of the volume

reduced, not just its values.

Returns a `(D, H, W)` float64 volume of the same shape.

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

• サンプルデータ カタログ(DL URL / ライセンス) — 2-D は skimage.data(BSD/public)+ 合成、3-D は実データ源(Stanford/PDS 等)の DL URL。

• 演算子の来歴・参考文献 — この op 族の元になった研究/手法の出典。

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

roi_domain_boundarypy -3.11 examples_3d/roi_domain_boundary.py

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

voxel_to_mips · voxel_to_mesh · signed_distance_field · to_points · sobel3d · hessian3d · curvature_maps · edt_jfa

同カテゴリ(domain)

vol_bounding_box · vol_crop_domain · vol_uncrop · vol_tiled_map


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

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