temporal_band_power — MOTIONMAG temporal op

資料種類:videoimage2d

呼叫:import motionmag; motionmag.temporal_band_power(video, f_lo, f_hi, fps) -> 'np.ndarray'(或 opsmotionmag.get("temporal_band_power"))

用法

時間頻帶內逐像素的均方功率 -> `(H, W)` 圖。

> 以下的詳細說明為原文 —— 摘要與標題已翻譯。

"Where in the frame is something moving at this frequency?" — a resonance

map. The value at a pixel is the mean over time of the squared band-passed

signal, so a pure sinusoid of amplitude `a` inside the band reads exactly

`a^2/2 (Parseval; measured relative error 3.08e-16 for a = 0.3`).

This is an *analysis map*, not a displayable image: it is a power and is not

bounded by 1. Pixels with no in-band content read 0.

詳細使用指南

motion_magnification 族使用指南

參考(範例資料・文獻)

• 範例資料目錄(下載 URL / 授權) —— 2-D 用 skimage.data(BSD/公有領域)加合成圖,3-D 給出真實資料源(Stanford/PDS 等)的下載 URL。

• 運算子來歷與參考文獻 —— 該運算子族所依據的研究/方法出處。

• 演算法的正典(作者・年份)與用途見上面的族使用指南

可執行的範例(實際呼叫該運算子並已驗證的樣例)

motion_magnificationpy -3.11 examples/motion_magnification.py

poc_motion_magnificationpy -3.11 examples/poc_motion_magnification.py

型別可銜接的下一個運算子(可接受 image2d 作為輸入)

complex_steerable_decompose

同類別(temporal)

temporal_bandpass · band_snr


*Provenance: motionmag.py — MOTIONMAG 運算子登記表。本條目由 tools/opdocs.py md 自動產生(請勿手動編輯)。*

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