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.