nary opregion × region → regionfullseye.apply では呼べない(あれは 1 画像モデル)。g = fullseye.FullseyeGraph(); g.add("out", "union2", ["$in1", "$in2"], a=0.5, b=0.5); g.run({"$in1": img1, "$in2": img2}, terminal="out") ($ 始まりが外から渡す入力)union2(意味・パラメータは HALCON リファレンスが参考になる)2 つの領域の和(どちらかに入る画素)。HALCON の union2 に相当。入力は > 0.5 で二値化する。a, b は未使用。
region を入力に取れる)identity · reg_erode · reg_dilate · reg_open · reg_close · fill_holes · select_largest · remove_small
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.