shape_descriptor op• 資料種類:points → descriptor
• 呼叫: import fullseye as fs; fs.ledger.describe(points, bins: 'int' = 64, seed: 'int' = 0) -> 'np.ndarray'(要直接呼叫實作,import descriptors3d; descriptors3d.describe(points, bins: 'int' = 64, seed: 'int' = 0) -> 'np.ndarray';從台帳取用則 ops3d.get("describe"))
把 D2 + A3 + extent 串接成的全域形狀描述子。
> 以下的詳細說明為原文 —— 摘要與標題已翻譯。
長さ 2*bins + 3 の 1 次元 float64 ベクトル。並びは [d2(bins), a3(bins), extent(3)]。
各部分ブロックはそれぞれ総和 1 に正規化済みなので、L1 距離での比較時に 3 指標が
おおよそ等しい重みで効く。
Parameters
----------
points : array_like, shape (N, 3)
点群。N >= 3 が必要。
bins : int
D2 / A3 それぞれの bin 数。
seed : int
D2 / A3 の乱択シード(両者に同一 seed を渡す)。
Returns
-------
np.ndarray, shape (2*bins + 3,)
• 範例資料目錄(下載 URL / 授權) —— 2-D 用 skimage.data(BSD/公有領域)加合成圖,3-D 給出真實資料源(Stanford/PDS 等)的下載 URL。
• 運算子來歷與參考文獻 —— 該運算子族所依據的研究/方法出處。
• denoise_evolution — py -3.11 examples_3d/denoise_evolution.py
• shape_desc_pose — py -3.11 examples_3d/shape_desc_pose.py
• shape_retrieval — py -3.11 examples_3d/shape_retrieval.py
descriptor 作為輸入)fuse_to_voxel · shape_distance
shape_descriptor)d2_distribution · a3_distribution · extent_signature · shape_distance
*Provenance: descriptors3d.py — 3D 運算子登記表。本條目由 tools/opdocs.py md 自動產生(請勿手動編輯)。*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.