profile_normalise — PROFILE frame op

Data kinds: pairspairs

Call: import fullseye as fs; fs.ledger.profile_normalise(contour) (to call the implementation directly, import profileops; profileops.profile_normalise(contour); from the registry, opsprofile.get("profile_normalise"))

Usage

> This operator's description has not been translated yet. The original text follows as it is.

弦長 1・前縁が原点・弦が +x になるよう回転と並進で正規化する。

スケールは弦長でしか変えない(形を歪めない)。返りは正規化した輪郭。

手順: `profile_chord_frame で前縁 le・後縁 te`(開いた後縁は隙間の

中点)・弦長 `chord・弦の向き angle_deg` を求め、

`((contour - le) @ R(-angle).T) / chord` を返す。回転・並進・一様スケールの

相似変換だけで、点の数と順序は保つ(再標本化しない)。

• `contour: (N, 2) の **(x, y)**、8 点以上、有限。(row, col)` を渡すと

弦は見つかるが上下が入れ替わる(例外は出ない)。閉じているかはここでは

検査しない(`profile_sides` 以降が検査する)。

• 返り値: `(N, 2) float64。前縁が (0, 0)、後縁が (1, 0)` 付近、

`x[0, 1] の弦比。y` の符号(上面が正か負か)は入力の周回方向

で決まり、反転はしない。

• 失敗: `ValueError`(形、点数不足、非有限、弦長が 0 = 全点一致)。

前縁・後縁の判定は「最遠点対のうち、少し内側で断面が太いほう = 前縁」なので、

前後で太さが同じ対称な断面(楕円など)では前後が入れ替わることがある。

`profile_sides / profile_thickness / profile_camber` は内部でこれを呼ぶ。

Detailed usage guide

profile_metrology family guide

References (sample data, literature)

• Sample-data catalog (download URLs / licences) — 2-D uses skimage.data (BSD/public domain) plus synthetic images; 3-D lists download URLs for real data sources (Stanford, PDS, …).

• Operator provenance and references — the sources of the research/methods this op family came from.

• The canonical algorithm (author, year) and its uses are named in the family usage guide above.

Runnable examples (verified samples that actually call this op)

profile_frame_tourpy -3.11 examples/profile_frame_tour.py

Ops the type connects to (they accept pairs as input)

profile_perturb · profile_chord_frame · profile_resample · profile_sides · profile_thickness · profile_camber · profile_leading_edge_radius · profile_trailing_edge_gap

Same category (frame)

profile_chord_frame · profile_resample


*Provenance: profileops.py — PROFILE operator registry. This per-op note is generated by tools/opdocs.py md (do not hand-edit).*

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