keypoint oppoints → positionimport fullseye as fs; fs.ledger.points_to_position(points) (実装を直接呼ぶなら import reprconv; reprconv.points_to_position(points)、台帳から引くなら opsreprconv.get("points_to_position"))点群 (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: 形状不正 / 非有限。
py -3.11 examples/representation_conversion.pypy -3.11 examples/representation_roundtrip.pyposition を入力に取れる)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.