recursive op• データ種: video → table
• 呼び出し: import videostream; videostream.running_mean_std(video) -> 'dict' (または opsvideostream.get("running_mean_std"))
Welford per-pixel mean / population std over the clip → `{"mean", "std", "n"} (table`).
Equals `video.mean(0) / video.std(0)` but needs two images of state,
not the clip — the streaming form for a recording that never ends.
• mv_cables — ケーブル(規格・速度・給電・ロボットケーブル)
• mv_frame_grabbers — フレームグラバーボード(光学系ではないが、撮れるかを決める)
• mv_standards — カメラインターフェースの規格と団体
• サンプルデータ カタログ(DL URL / ライセンス) — 2-D は skimage.data(BSD/public)+ 合成、3-D は実データ源(Stanford/PDS 等)の DL URL。
• 演算子の来歴・参考文献 — この op 族の元になった研究/手法の出典。
• アルゴリズムの正典(著者・年)と用途は上記ファミリ使い方ガイドに記載。
• video_streaming — py -3.11 examples/video_streaming.py
table を入力に取れる)—
recursive)frame_difference_causal · exponential_background · exponential_foreground
*Provenance: videostream.py — VIDEOSTREAM operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.