pointer opimage2d → image2dimport fullseye as fs; fs.ledger.arrow(img, p0, p1, color='emphasis', width=2, head_len=12.0, head_width=9.0, scheme='okabe_ito', style=None) (実装を直接呼ぶなら import annotate; annotate.arrow(img, p0, p1, color='emphasis', width=2, head_len=12.0, head_width=9.0, scheme='okabe_ito', style=None)、台帳から引くなら opsannotate.get("arrow"))p0 から p1 へ矢印(軸は :func:imagedraw.draw_line、矢じりは塗り)。
p0, p1 : (x, y)
起点・先端。x=col, y=row。
head_len, head_width : float
矢じりの長さ・幅[px]。0 で線分のみ。軸より矢じりが長い短距離の
矢印では、矢じりを軸長の 8 割まで相似に縮める(そうしないと
矢じりの根元が起点の手前に来て、軸が逆向きに描かれる)。
style : dict or None
軸線を引く :func:imagedraw.draw_line への素通し引数(破線など)。
ndarray
ValueError 端点が非有限/一致、負の太さ・矢じり寸法、両端とも画像の外。
py -3.11 examples/annotate_gallery.pypy -3.11 examples/poc_leak_localization.pypy -3.11 examples/poc_machine_condition_fusion.pyimage2d を入力に取れる)text_box · leader_line · label_points · crosshair · legend_box · color_bar · scale_bar · axes_frame
pointer)leader_line · label_points · crosshair
Provenance: annotate.py — ANNOTATE operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.