add_metrology_object_ellipse_measure — MEASURE1D model op

Data kinds: metrologymodelscalar

Call: import fullseye as fs; fs.ledger.add_metrology_object_ellipse_measure(model, row, col, phi, ra, rb, n: 'int' = 40) -> 'int' (to call the implementation directly, import metrology; metrology.add_metrology_object_ellipse_measure(model, row, col, phi, ra, rb, n: 'int' = 40) -> 'int'; from the registry, opsmeasure1d.get("add_metrology_object_ellipse_measure"))

Usage

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

楕円計測オブジェクトを追加(add_metrology_object_ellipse_measure)。

`phi = ra` 軸の向き(col 軸から、ラジアン)。

参照楕円(中心 `(row, col) [px]、phi 方向の半径 ra`、直交方向の半径

`rb)を model["objects"]` に積む(dict をその場で更新)。

`apply_metrology_model はパラメータ角 tn` 等分した点を置き

(弧長等分ではないので、扁平な楕円では長軸端が密になる)、各点で楕円の

外向き法線 `∇F` に沿ってエッジを測り、楕円フィットで出し直す。

• `phi`: col 軸(x)から row 軸(画像下向き)へ測ったラジアン

(矩形の `phi` と同じ規約)。

• `ra, rb`: 半径 [px]。0 を入れると法線計算で 0 除算になるので避ける

(ここでは検証しない)。

• `n`: サンプル数(既定 40)。

• 返り値: 追加位置の index(0 始まり)。

• `apply 結果の paramsrow / col / phi / ra / rb で **ra >= rb`

(長軸が `ra)** に正規化され、rms` は代数残差ではなく中心からの

半径方向の幾何残差 [px]。

Detailed usage guide

subpixel_measuring 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)

poc_dimensional_inspectionpy -3.11 examples/poc_dimensional_inspection.py

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

Same category (model)

create_metrology_model · add_metrology_object_line_measure · add_metrology_object_circle_measure · add_metrology_object_rectangle2_measure · add_metrology_object_generic


*Provenance: metrology.py — MEASURE1D 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.