fullseye

points_to_position — REPRCONV keypoint op

使い方

点群 (N,3) → 重心 (z, y, x)不可逆(分布を捨てる)。

捨てた量は測れる: 重心まわりの RMS 距離が「1 点に潰したときに失った広がり」 そのもので、selftest はこれを数字で出す。N = 1 のときだけ :func:position_to_points との往復が bit 一致する。

Args: points: (N, 3) の (z, y, x)。 Returns: 3-tuple の float (z, y, x)。 Raises: ValueError: 形状不正 / 非有限。

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

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

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

position_to_points

同カテゴリ(keypoint)

keypoints_uv_to_points · points_zyx_to_keypoints_uv · keypoints_to_image2d · keypoints_from_image2d · position_to_points


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

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