fullseye

shape_index_to_curvature — REPRCONV curvature op

使い方

形状指数と曲がり (N,2) → 主曲率 (N,2)。:func:curvature_to_shape_index の逆。

theta = pi*S/2 として k1 = C(sin+cos), k2 = C(sin-cos)。 (S, C) の定義式を解いた閉形式で、近似も反復も入っていない。

Args: pairs: (N, 2) の [S, C]。 Returns: (N, 2) float64 の [k1, k2](k1 >= k2)。 Raises: ValueError: |S| > 1 / C < 0 / 形状不正 / 非有限。

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

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

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

curvature_to_shape_index · curvature_to_table

同カテゴリ(curvature)

curvature_to_shape_index · curvature_to_table


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

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