descriptor op• 資料種類:descriptor → matrix
• 呼叫:import reprconv; reprconv.descriptor_to_matrix(descriptor)(或 opsreprconv.get("descriptor_to_matrix"))
描述子 → `matrix。descriptor` 的出口(可逆)。
> 以下的詳細說明為原文 —— 摘要與標題已翻譯。
1-D の記述子 (n,) は (1, n) の 1 行行列にする。2-D の記述子束
(`sh_descriptor` の (12, 9) のような「点 x 次元」)はそのまま通す。
こうしておくと記述子バンクに `mat_svd / mat_pinv / mat_cond`
がそのまま掛かる —— 記述子は本質的にベクトルなので、行列語彙へ渡すのは
梱包の付け替えであって変形ではない。
:func:matrix_to_descriptor と往復して bit 一致(実測 max|Δ| = 0.0)。
Args:
descriptor: (n,) または (m, n) の実配列。
Returns:
(1, n) または (m, n) float64。
Raises:
ValueError: 3-D 以上 / 非有限 / dict(`fit_zernike` は dict を返すので
ここで拒否される —— 詳細は本モジュール docstring)。
• 範例資料目錄(下載 URL / 授權) —— 2-D 用 skimage.data(BSD/公有領域)加合成圖,3-D 給出真實資料源(Stanford/PDS 等)的下載 URL。
• 運算子來歷與參考文獻 —— 該運算子族所依據的研究/方法出處。
• 演算法的正典(作者・年份)與用途見上面的族使用指南。
• representation_conversion — py -3.11 examples/representation_conversion.py
• representation_roundtrip — py -3.11 examples/representation_roundtrip.py
matrix 作為輸入)matrix_to_descriptor · matrix_to_angle · matrix_to_rot_scale
descriptor)matrix_to_descriptor · descriptor_to_table
*Provenance: reprconv.py — REPRCONV 運算子登記表。本條目由 tools/opdocs.py md 自動產生(請勿手動編輯)。*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.