nary opimage × image → imagefullseye.apply では呼べない(あれは 1 画像モデル)。g = fullseye.FullseyeGraph(); g.add("out", "div_image", ["$in1", "$in2"], a=0.5, b=0.5); g.run({"$in1": img1, "$in2": img2}, terminal="out") ($ 始まりが外から渡す入力)div_image(意味・パラメータは HALCON リファレンスが参考になる)2 枚の画像を画素ごとに割る。HALCON の div_image に相当。out = clip(I1 / max(I2, 1e-3) * (0.1 + 0.9a), 0, 1) —— ゼロ割を避けるため分母に下限 1e-3 を敷く(そこでは商が最大 1000 倍になり飽和する)。b は未使用。
image を入力に取れる)identity · gaussian · mean_box · bilateral · unsharp · median · min_filter · max_filter
nary)add_image · sub_image · mult_image · abs_diff_image · max_image · min_image · bit_and · bit_or
Provenance: imgops_nary.py — 2D operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.