motion op• データ種: video → video
• 呼び出し: import videostream; videostream.motion_history_image(video, tau: 'int' = 15, threshold: 'float' = 0.1) -> 'np.ndarray' (または opsvideostream.get("motion_history_image"))
Bobick–Davis の Motion History Image をフレームごとに → `[0, 1] の (T, H, W)(video`)。
> 以下の詳細説明は原文のままです —— 要約と見出しは訳出済み。
Frame `t is the MHI of frames 0..t`: 1 where motion is happening,
decaying by `1/tau` per frame elsewhere. The last frame is the classic
single-image temporal template of the whole clip's motion.
• 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
video を入力に取れる)temporal_median_window · moving_average_window · background_subtraction_window · frame_difference_causal · exponential_background · exponential_foreground · running_mean_std · optical_flow_magnitude_stream
motion)motion_energy_image · three_frame_difference
*Provenance: videostream.py — VIDEOSTREAM operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.