algebra op• データ種: rot_scale → matrix
• 呼び出し: import reprconv; reprconv.rot_scale_to_matrix(rot_scale) (または opsreprconv.get("rot_scale_to_matrix"))
`(角度[度], 倍率) → 2-D 相似変換 matrix (2,2)。rot_scale` の出口。
`match_logpolar_z` が返す 2-tuple をそのまま行列にする。
:func:matrix_to_rot_scale と往復して実測 max|Δ| = 2.8e-14(角度は度、倍率は無次元)。
Args:
rot_scale: 長さ 2 の列 `(angle_deg, scale)`。scale > 0。
Returns:
(2, 2) float64。
Raises:
ValueError: 長さが 2 でない / scale <= 0 / 非有限。
• サンプルデータ カタログ(DL URL / ライセンス) — 2-D は skimage.data(BSD/public)+ 合成、3-D は実データ源(Stanford/PDS 等)の DL URL。
• 演算子の来歴・参考文献 — この op 族の元になった研究/手法の出典。
• アルゴリズムの正典(著者・年)と用途は上記ファミリ使い方ガイドに記載。
• representation_conversion — py -3.11 examples/representation_conversion.py
matrix を入力に取れる)matrix_to_descriptor · matrix_to_angle · matrix_to_rot_scale
algebra)angle_to_matrix · matrix_to_angle · matrix_to_rot_scale · shift_to_vector · vector_to_shift · cscalar_to_polar · polar_to_cscalar · countrate_to_counts
*Provenance: reprconv.py — REPRCONV operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.