fullseye

points_zyx_to_keypoints_uv — REPRCONV keypoint op

使い方

点群 (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: 形状不正 / 非有限。

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

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

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

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.