pointer op• データ種: image2d → image2d
• 呼び出し: import annotate; annotate.crosshair(img, xy, color='emphasis', width=1, gap=6, extent=None, scheme='okabe_ito', style=None) (または opsannotate.get("crosshair"))
断面の交差線(MPR で使う)。`gap` だけ中心を空けて視点を隠さない。
Parameters
----------
xy : (x, y)
交点。
gap : int
中心を空ける半径 [px] (0 で全通し)。
extent : int or None
中心からの腕の長さ[px]。None なら画像の端まで。
Raises
------
ValueError
交点が画像の外、負の gap/extent。
• dataset_conventions — 学習データセット規約の知識 — COCO / YOLO / VOC と外観検査での落とし穴
• サンプルデータ カタログ(DL URL / ライセンス) — 2-D は skimage.data(BSD/public)+ 合成、3-D は実データ源(Stanford/PDS 等)の DL URL。
• 演算子の来歴・参考文献 — この op 族の元になった研究/手法の出典。
• アルゴリズムの正典(著者・年)と用途は上記ファミリ使い方ガイドに記載。
• annotate_gallery — py -3.11 examples/annotate_gallery.py
image2d を入力に取れる)text_box · arrow · leader_line · label_points · legend_box · color_bar · scale_bar · axes_frame
pointer)arrow · leader_line · label_points
*Provenance: annotate.py — ANNOTATE operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.