deformation_to_points — REPRCONV algebra op

データ種: deformationpoints

呼び出し: import reprconv; reprconv.deformation_to_points(deformation) (または opsreprconv.get("deformation_to_points"))

使い方

TPS 変形 `deformation → 制御点 points (N,3)deformation` の出口。

`tps_fit が返す dict の ctrl` を取り出す。「この歪みはどこに

固定されているか」を点群語彙で見るためのもので、一方向

(制御点だけからは重み `w とアフィン項 a` は復元できない)。

Args:

deformation: `ctrl を持つ dict(tps_fit` の返り)。

Returns:

(N, 3) float64。

Raises:

ValueError: dict でない / `ctrl` が無い / 形状不正 / 非有限。

参考(サンプルデータ・文献)

• サンプルデータ カタログ(DL URL / ライセンス) — 2-D は skimage.data(BSD/public)+ 合成、3-D は実データ源(Stanford/PDS 等)の DL URL。

• 演算子の来歴・参考文献 — この op 族の元になった研究/手法の出典。

• アルゴリズムの正典(著者・年)と用途は上記ファミリ使い方ガイドに記載。

実行できる例(この op を実際に呼ぶ検証済みサンプル)

representation_conversionpy -3.11 examples/representation_conversion.py

型が繋がる次の op(points を入力に取れる)

points_zyx_to_keypoints_uv · points_to_position · select_points · flow_apply · points_to_gaussians

同カテゴリ(algebra)

angle_to_matrix · matrix_to_angle · rot_scale_to_matrix · matrix_to_rot_scale · shift_to_vector · vector_to_shift · cscalar_to_polar · polar_to_cscalar


*Provenance: reprconv.py — REPRCONV operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。*

© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.