fullseye

fit_superquadric — 3D superquadric op

使い方

点群にスーパー2次曲面を least_squares で当てはめ dict{a,eps,R,t,residual} を返す。

初期姿勢 = 慣性テンソル固有ベクトル、初期 a = 主軸 bbox 半分、初期 eps=(1,1)。 a は正、eps は [0.1, 2.0] にクリップして最適化する。

Returns

dict: {‘a’: (3,), ‘eps’: (2,), ‘R’: (3,3), ‘t’: (3,), ‘residual’: float}

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

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

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

fuse_to_voxel · angle_between_lines · angle_between_planes · angle_line_plane · distance_point_plane · distance_point_line · distance_line_line · distance_segment_segment

同カテゴリ(superquadric)

sample_surface · inside_outside · superquadric_residual


Provenance: superquadric.py — 3D operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。

© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.