fullseye

annotate_outline — ANNOTATE paper op

使い方

画像(image2d)を返す: マスクの輪郭を(AA の)閉折れ線で描き、重心に文字を置く。

Raises

ValueError mask の形が画像と違う、真の画素が無い、alpha が [0,1] の外。

手順: layout が無ければ annotate_outline_layout(mask) で境界ループ (画素の辺に沿う (x, y) の閉多角形、外周と穴の両方、成分ごと)と重心を 求め、各ループを距離被覆率のアンチエイリアス折れ線で載せる。label が あれば重心 + label_offsettext_box(anchor="cm"、下敷き付き)を置く。

塗りで示すなら overlay_mask、複数領域に番号を振るなら annotate_markers

詳しい使い方ガイド

背景知識ガイド(この op の手前にある物理・規約)

参考(サンプルデータ・文献)

実行できる例(この op を実際に呼ぶ検証済みサンプル)

型が繋がる次の op(image2d を入力に取れる)

text_box · arrow · leader_line · label_points · crosshair · legend_box · color_bar · scale_bar

同カテゴリ(paper)

annotate_leader_layout · annotate_leader · annotate_markers · annotate_legend · annotate_dimension_layout · annotate_dimension · annotate_angle_layout · annotate_angle


Provenance: annotate.py — ANNOTATE operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。

© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.