caliper op• Data kinds: measurehandle → measurehandle
• 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"))
> 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_rectangle2 の origin と gen_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` で作り直す。
• subpixel_measuring family guide
• 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.
• poc_dimensional_inspection — py -3.11 examples/poc_dimensional_inspection.py
measurehandle as input)measure_pos · measure_pairs · fuzzy_measure_pairing
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.