moment_invariant op• 数据种类:points → descriptor
• 调用: import fullseye as fs; fs.ledger.principal_moments(points) -> 'np.ndarray'(要直接调用实现,import moments3d; moments3d.principal_moments(points) -> 'np.ndarray';从台账取用则 ops3d.get("principal_moments"))
惯性张量的特征值(主惯性矩,降序排列,旋转不变)。
> 以下的详细说明为原文 —— 摘要与标题已翻译。
慣性テンソルは対称なので固有値は実。点群を回転 R で回すと I → R I Rᵀ と
相似変換され、固有値は不変(厳密)。返り値は降順にそろえるので座標系や
回転に依らず一致する。
Returns
-------
np.ndarray, shape (3,)
降順の主慣性モーメント λ1 >= λ2 >= λ3 >= 0。
補足:
• `inertia_tensor の固有値で、共分散の固有値 c_i とは λ_i = (c_1 + c_2 + c_3) - c_i` の関係。細長い棒では最小固有値(棒の軸まわり)が 0 に近づき、球では 3 つが等しい。
• 単位は長さ²。並進と回転には不変だが スケールには不変でない(s 倍で s² 倍)。スケール不変が要るなら `moment_invariants`。
• 入力は (N,3)、N >= 1(1 点なら全て 0)。形状不正・非有限は `ValueError`。
• 主軸ベクトル(固有ベクトル)が要るなら `moment_axes`。決定論的。
• 示例数据目录(下载 URL / 许可证) —— 2-D 用 skimage.data(BSD/公有领域)加合成图,3-D 给出真实数据源(Stanford/PDS 等)的下载 URL。
• 算子来历与参考文献 —— 该算子族所依据的研究/方法出处。
• shape_desc_pose — py -3.11 examples_3d/shape_desc_pose.py
descriptor 作为输入)fuse_to_voxel · shape_distance
moment_invariant)moment_invariants · central_moments · inertia_tensor
*Provenance: moments3d.py — 3D 算子登记表。本条目由 tools/opdocs.py md 自动生成(请勿手工编辑)。*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.