keypoint opposition → pointsimport fullseye as fs; fs.ledger.position_to_points(position) (実装を直接呼ぶなら import reprconv; reprconv.position_to_points(position)、台帳から引くなら opsreprconv.get("position_to_points"))位置 (z, y, x) → 1 点の点群 (1, 3)。position の出口(可逆)。
position は volregion.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 でない / 非有限。
py -3.11 examples/representation_conversion.pypoints を入力に取れる)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.