views op• データ種: lightfield → images
• 呼び出し: import lightfield; lightfield.lf_views(lf) (または opslightfield.get("lf_views"))
角度格子の全体を 2-D 画像の素のリストとして(`(v, u)` の行優先)。
> 以下の詳細説明は原文のままです —— 要約と見出しは訳出済み。
The bridge to the rest of fullseye: the returned `list of V*U`
`(H, W) arrays is the images` type, so multi-image operators
(registration, fusion, statistics, :mod:focus_stack's machinery) consume a
light field with no adapter. Ordering is `v outer, u` inner, i.e.
`views[v*U + u] == lf[v, u]`; each entry is a copy, so mutating one does
not corrupt the field.
Raises `ValueError`: *lf* is not a valid light field.
• サンプルデータ カタログ(DL URL / ライセンス) — 2-D は skimage.data(BSD/public)+ 合成、3-D は実データ源(Stanford/PDS 等)の DL URL。
• 演算子の来歴・参考文献 — この op 族の元になった研究/手法の出典。
• アルゴリズムの正典(著者・年)と用途は上記ファミリ使い方ガイドに記載。
• lightfield_depth — py -3.11 examples/lightfield_depth.py
images を入力に取れる)—
views)lf_subaperture · lf_center_view · lf_epi
*Provenance: lightfield.py — LIGHTFIELD operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.