score op• Data kinds: score → image2d
• Call: import reprconv; reprconv.score_to_image2d(score, axis=0) (or opsreprconv.get("score_to_image2d"))
A `score volume → its maximum-intensity projection, an image2d. The second exit from score`.
> The detailed description below is the original text — the summary and the headings are translated.
指定軸に沿った最大値投影(MIP)。一方向。相関ピークが「どの面から見ても
1 本に見えるか」を確かめるのに使う —— 2 本見えたら対応が曖昧という意味。
Args:
score: (D, H, W)。
axis: 潰す軸(0/1/2)。
Returns:
(H, W) 等の 2-D float64。
Raises:
ValueError: 3-D でない / axis が範囲外 / 非有限。
• 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.
• representation_conversion — py -3.11 examples/representation_conversion.py
image2d as input)score)correlation_score · score_to_position
*Provenance: reprconv.py — REPRCONV 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.