nary opimage × region → imagefullseye.apply では呼べない(あれは 1 画像モデル)。g = fullseye.FullseyeGraph(); g.add("out", "reduce_domain", ["$in1", "$in2"], a=0.5, b=0.5); g.run({"$in1": img1, "$in2": img2}, terminal="out") ($ 始まりが外から渡す入力)reduce_domain(意味・パラメータは HALCON リファレンスが参考になる)画像の定義域を領域で絞る。HALCON の reduce_domain に相当。この層は明示的な定義域を持たないので、領域外を 0 にする(画像に領域を掛ける)ことで表す。a, b は未使用。
image を入力に取れる)identity · gaussian · mean_box · bilateral · unsharp · median · min_filter · max_filter
nary)add_image · sub_image · mult_image · div_image · abs_diff_image · max_image · min_image · bit_and
Provenance: imgops_nary.py — 2D operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.