nary opregion × region → regionfullseye.apply では呼べない(あれは 1 画像モデル)。g = fullseye.FullseyeGraph(); g.add("out", "difference", ["$in1", "$in2"], a=0.5, b=0.5); g.run({"$in1": img1, "$in2": img2}, terminal="out") ($ 始まりが外から渡す入力)difference(意味・パラメータは HALCON リファレンスが参考になる)2 つの領域の差(第 1 に入り第 2 に入らない画素)。HALCON の difference に相当。順序が意味を持つ(引く側と引かれる側を入れ替えると別の結果)。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.