decode op• Datenarten: lightfield → table
• Aufruf: import lightfield; lightfield.lf_stats(lf) (oder opslightfield.get("lf_stats"))
Beschreibt ein Lichtfeld: Form, Winkelzentrum und den Steigungsbereich, den es tragen kann.
> Die ausführliche Beschreibung unten ist der Originaltext — Zusammenfassung und Überschriften sind übersetzt.
Returns a dict — `angular_v / angular_u · height / width` ·
`n_views = V*U · center_v / center_u ((N-1)/2`, a half-integer
when the axis is even, so `center_is_a_view` says whether a single view
actually sits at the centre) · `min / max / mean` of the samples ·
`max_slope_px, the largest |s|` for which the extreme view is still
displaced by less than half the frame, i.e. the honest limit of what this
array can measure (`min(H, W) / max(V-1, U-1, 1)`; reported as
`float(min(H, W))` when the array has a single view in both directions,
since then no shift happens at all) · `baseline_views`, the angular span
`(V-1, U-1)` that any disparity is measured over.
Raises `ValueError`: *lf* is not a finite 4-D array within the shape
and element caps.
• Leitfaden zur Familie lightfield_depth
• Katalog der Beispieldaten (Download-URLs / Lizenzen) — 2-D nutzt skimage.data (BSD/Public Domain) plus synthetische Bilder, 3-D nennt Download-URLs echter Datenquellen (Stanford, PDS, …).
• Herkunft und Literatur der Operatoren — die Quellen der Forschung/Verfahren, auf denen diese Operatorfamilie beruht.
• Der kanonische Algorithmus (Autor, Jahr) und seine Anwendungen stehen im Familienleitfaden oben.
• lightfield_depth — py -3.11 examples/lightfield_depth.py
table als Eingabe)—
decode)*Provenance: lightfield.py — LIGHTFIELD Operator-Registry. Diese Notiz wird von tools/opdocs.py md erzeugt (nicht von Hand bearbeiten).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.