fullseye

temporal_median_window — VIDEOSTREAM window op

使い方

Causal per-pixel median over the last window frames → (T, H, W) (video).

Frame t uses frames max(0, t−window+1) .. t. The streaming :class:TemporalMedianWindow gives the same frames one at a time with a ring of window frames instead of the whole clip in memory.

詳しい使い方ガイド

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

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

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

型が繋がる次の op(video を入力に取れる)

moving_average_window · background_subtraction_window · frame_difference_causal · exponential_background · exponential_foreground · running_mean_std · optical_flow_magnitude_stream · motion_history_image

同カテゴリ(window)

moving_average_window · background_subtraction_window


Provenance: videostream.py — VIDEOSTREAM operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。

© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.