fullseye

score_to_position — REPRCONV score op

使い方

score volume → 最大値の位置 position (z, y, x)score の出口。

整数格子上の argmax(副画素精緻化はしない —— それは既存の refine_peak_newton の仕事で、ここで真似ると 2 か所で別の答えが出る)。 一方向(1 つの位置から volume は戻せない)。

Args: score: (D, H, W)。 Returns: 3-tuple の float (z, y, x)。 Raises: ValueError: 3-D でない / 非有限。

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

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

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

position_to_points

同カテゴリ(score)

correlation_score · score_to_image2d


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

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