decode op• データ種: lightfield → table
• 呼び出し: import lightfield; lightfield.lf_stats(lf) (または opslightfield.get("lf_stats"))
ライトフィールドの素性: 形状・角度方向の中心・扱える傾きの範囲。
> 以下の詳細説明は原文のままです —— 要約と見出しは訳出済み。
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.
• サンプルデータ カタログ(DL URL / ライセンス) — 2-D は skimage.data(BSD/public)+ 合成、3-D は実データ源(Stanford/PDS 等)の DL URL。
• 演算子の来歴・参考文献 — この op 族の元になった研究/手法の出典。
• アルゴリズムの正典(著者・年)と用途は上記ファミリ使い方ガイドに記載。
• lightfield_depth — py -3.11 examples/lightfield_depth.py
table を入力に取れる)—
decode)*Provenance: lightfield.py — LIGHTFIELD operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.