fullseye

gaussians_to_points — REPRCONV gaussians op

使い方

gaussians → 中心の点群 (N,3)gaussians の出口(中心は可逆)。

Args: gaussians: mu / sigma / w を持つ dict。 Returns: (N, 3) float64(mu のコピー)。 Raises: ValueError: キー欠落 / 形状不整合 / sigma <= 0 / 非有限。

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

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

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

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.