keypoint oppoints → keypointsimport fullseye as fs; fs.ledger.points_zyx_to_keypoints_uv(points) (実装を直接呼ぶなら import reprconv; reprconv.points_zyx_to_keypoints_uv(points)、台帳から引くなら opsreprconv.get("points_zyx_to_keypoints_uv"))点群 (N,3) = (z, y, x) → 画像座標 (N,2) = (u, v)。
:func:keypoints_uv_to_points の逆向き。不可逆 —— z が落ちる。
落ちる量は測れる: 往復して戻ってこない値は z 列そのもので、
selftest は「z の RMS = 落とした情報量」として数字で出す。
Args: points: (N, 3) の (z, y, x)。 Returns: (N, 2) float64 の (u, v) = (x, y)。 Raises: ValueError: 形状不正 / 非有限。
py -3.11 examples/representation_roundtrip.pykeypoints を入力に取れる)keypoints_uv_to_points · keypoints_to_image2d
keypoint)keypoints_uv_to_points · keypoints_to_image2d · keypoints_from_image2d · position_to_points · points_to_position
Provenance: reprconv.py — REPRCONV operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.