nary opimage × image → imagefullseye.apply では呼べない(あれは 1 画像モデル)。g = fullseye.FullseyeGraph(); g.add("out", "bit_or", ["$in1", "$in2"], a=0.5, b=0.5); g.run({"$in1": img1, "$in2": img2}, terminal="out") ($ 始まりが外から渡す入力)bit_or(意味・パラメータは HALCON リファレンスが参考になる)2 枚の画像のビット単位 OR。HALCON の bit_or に相当。★bit_and と同じく 8bit へ量子化してから演算するため階調が落ちる。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.