fullseye

running_mean_std — VIDEOSTREAM recursive op

使い方

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.

詳しい使い方ガイド

背景知識ガイド(この op の手前にある物理・規約)

参考(サンプルデータ・文献)

実行できる例(この op を実際に呼ぶ検証済みサンプル)

型が繋がる次の op(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.