gaussians opgaussians → pointsimport fullseye as fs; fs.ledger.gaussians_to_points(gaussians) (実装を直接呼ぶなら import reprconv; reprconv.gaussians_to_points(gaussians)、台帳から引くなら opsreprconv.get("gaussians_to_points"))gaussians → 中心の点群 (N,3)。gaussians の出口(中心は可逆)。
Args:
gaussians: mu / sigma / w を持つ dict。
Returns:
(N, 3) float64(mu のコピー)。
Raises:
ValueError: キー欠落 / 形状不整合 / sigma <= 0 / 非有限。
py -3.11 examples/representation_roundtrip.pypoints を入力に取れる)points_zyx_to_keypoints_uv · points_to_position · select_points · flow_apply · points_to_gaussians
gaussians)points_to_gaussians · gaussians_to_voxel
Provenance: reprconv.py — REPRCONV operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.