translate_measure — MEASURE1D caliper op

Data kinds: measurehandlemeasurehandle

Call: import fullseye as fs; fs.ledger.translate_measure(measure, drow, dcol) (to call the implementation directly, import measuring1d; measuring1d.translate_measure(measure, drow, dcol); from the registry, opsmeasure1d.get("translate_measure"))

Usage

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

測定オブジェクトを平行移動(translate_measure)。

`rows / cols(drow, dcol)` [px] を足した 浅い複製 を返す(入力の

dict は変えない)。`gen_measure_rectangle2origingen_measure_arc`

の `center も同じだけ動かすので、両端延長(_extended_coords`)の幾何が

ずれない。`phi / dir / angles / radius / width / spacing` は

そのまま ―― 回転や半径変更はしない

• `measure: gen_measure_rectangle2 / gen_measure_arc` の dict。

`rows / cols` を持つ任意の dict でも動く(他キーは素通し)。

• `drow, dcol`: 変位 [px]。小数可。

• `shape`(画像サイズ)は再検査しないので、画像外へ出しても例外は出ず、

`measure_pos` が端の値で外挿するだけになる。

• 返り値: 同じ構造の dict(`measurehandle` 型)。

典型: 位置合わせで得たワークのずれを測定線に反映してから `measure_pos` /

`measure_pairs を掛ける。傾きが変わる場合は gen_measure_rectangle2` を

新しい `phi` で作り直す。

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 measurehandle as input)

measure_pos · measure_pairs · fuzzy_measure_pairing

Same category (caliper)

gen_measure_rectangle2 · gen_measure_arc · measure_pos · measure_pairs · fuzzy_measure_pairing


*Provenance: measuring1d.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.