shape_descriptor oppoints → descriptorimport fullseye as fs; fs.ledger.extent_signature(points) -> 'np.ndarray' (実装を直接呼ぶなら import descriptors3d; descriptors3d.extent_signature(points) -> 'np.ndarray'、台帳から引くなら ops3d.get("extent_signature"))PCA 主軸(共分散の固有ベクトル)方向の広がりの比を返す。
共分散行列の固有値は回転に不変。ここでは固有値の平方根(= 各主軸方向の標準偏差、 長さの次元)を降順に並べ、総和 1 に正規化して (3,) ベクトルにする。これにより 絶対スケールが消え、回転・平行移動・スケールに不変な「形の細長さ」指標になる。
points : array_like, shape (N, 3) 点群。N >= 3 が必要(共分散を意味のある形で作るため)。
np.ndarray, shape (3,) 降順・総和 1 に正規化した広がりベクトル。
py -3.11 examples_3d/shape_desc_pose.pydescriptor を入力に取れる)fuse_to_voxel · shape_distance
shape_descriptor)d2_distribution · a3_distribution · describe · shape_distance
Provenance: descriptors3d.py — 3D operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.