views op• Data kinds: lightfield → images
• Call: import lightfield; lightfield.lf_views(lf) (or opslightfield.get("lf_views"))
The whole angular grid as a plain list of 2-D images (row-major over `(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.
• lightfield_depth 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.
• lightfield_depth — py -3.11 examples/lightfield_depth.py
images as input)—
views)lf_subaperture · lf_center_view · lf_epi
*Provenance: lightfield.py — LIGHTFIELD 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.