add_metrology_object_circle_measure — MEASURE1D model op

Data kinds: metrologymodelscalar

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

Usage

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

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

参照円(中心 `(row, col)、半径 radius [px])を model["objects"]` に積む

(dict をその場で更新)。`apply_metrology_model は円周を n` 等分した角度に

点を置き、各点で 半径方向(外向き法線)に測定線を張ってサブピクセルの

エッジを取り、最小二乗の円フィットで中心と半径を出し直す。

• `radius: 参照半径 [px]。実物とのずれは applymeasure_length`

(既定 ±6 px)以内に収まっている必要がある ―― それより外のエッジは見つからない。

• `n`: 円周のサンプル数(既定 40)。半径が大きい円ほど増やす。

• 引数はここでは検証しない(0 以下の半径も積めるが意味を持たない)。

• 返り値: 追加位置の index(0 始まり)。`apply 結果の params` は

`row / col / radiusrms` は円からの半径方向残差 [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_rectangle2_measure · add_metrology_object_ellipse_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.