fullseye

position_to_points — REPRCONV keypoint op

使い方

位置 (z, y, x) → 1 点の点群 (1, 3)position の出口(可逆)。

positionvolregion.vol_rle_centroid などが返す 3-tuple で、 順序は (z, y, x)(vol_rle_centroid の docstring が明示している)。 点群も voxel 由来なら同じ順なので、そのまま 1 行の点群にできる。

Args: position: 長さ 3 の列 (z, y, x)。 Returns: (1, 3) float64。 Raises: ValueError: 長さが 3 でない / 非有限。

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

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

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

points_zyx_to_keypoints_uv · points_to_position · select_points · flow_apply · points_to_gaussians

同カテゴリ(keypoint)

keypoints_uv_to_points · points_zyx_to_keypoints_uv · keypoints_to_image2d · keypoints_from_image2d · 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.