nary opimage × image → imagefullseye.apply では呼べない(あれは 1 画像モデル)。g = fullseye.FullseyeGraph(); g.add("out", "paint_gray", ["$in1", "$in2"], a=0.5, b=0.5); g.run({"$in1": img1, "$in2": img2}, terminal="out") ($ 始まりが外から渡す入力)paint_gray(意味・パラメータは HALCON リファレンスが参考になる)第 2 画像(source)の濃淡を第 1 画像へ塗り込む。HALCON の paint_gray に相当。★塗る範囲は source の非ゼロ画素すべて(この層の約束「定義域の外は 0」に合わせた)。2026-09-03 までは > 0.5 の画素だけを塗っていたため、暗い source が消えていた。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.