report op• Data kinds: metrics → table
• Call: import fullseye as fs; fs.ledger.metrics_table(report, order=None) (to call the implementation directly, import imgmetrics; imgmetrics.metrics_table(report, order=None); from the registry, opsimgmetrics.get("metrics_table"))
Turn a report into a `(name, value)` table — the rows describing the conditions are always listed with it.
> The detailed description below is the original text — the summary and the headings are translated.
数値だけの表を作れないようにしてあるのがこの op の主旨。`contract` の
各項目が `条件: <名前>` として同じ表に入る。
• `report: compare_images または measure_with の返り値(contract`
キーを持つ dict)。それ以外は `MetricContractError`。
• `order: 先頭に並べる指標名の並び(省略時はキーの辞書順)。report` に無い
名前は黙って飛ばし、`"contract"` は指標として並べない。
• 返り値: `(名前, 値) タプルの list。指標行のあと、contract` の各項目を
`"条件: data_range"` のようにキーの辞書順で追加する。値は変換しない
(`None や inf` もそのまま)。
図注や Markdown の表に落とす直前に置く。条件行を削ってから貼らないこと
―― `data_range` が違う 2 つの PSNR を並べると 48 dB の見かけの差が出る。
• image_difference_metrics family guide
• Sample-data catalog (download URLs / licences) — 2-D uses skimage.data (BSD/public domain) plus synthetic images; 3-D lists download URLs for real data sources (Stanford, PDS, …).
• Operator provenance and references — the sources of the research/methods this op family came from.
• The canonical algorithm (author, year) and its uses are named in the family usage guide above.
• image_quality_metrics — py -3.11 examples/image_quality_metrics.py
table as input)—
report)compare_images · measure_with · data_range_of
*Provenance: imgmetrics.py — IMGMETRICS operator registry. This per-op note is generated by tools/opdocs.py md (do not hand-edit).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.