temporal op• 数据种类:video → image2d
• 调用: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.
• 示例数据目录(下载 URL / 许可证) —— 2-D 用 skimage.data(BSD/公有领域)加合成图,3-D 给出真实数据源(Stanford/PDS 等)的下载 URL。
• 算子来历与参考文献 —— 该算子族所依据的研究/方法出处。
• 算法的正典(作者・年份)与用途见上面的族使用指南。
• motion_magnification — py -3.11 examples/motion_magnification.py
• poc_motion_magnification — py -3.11 examples/poc_motion_magnification.py
image2d 作为输入)temporal)*Provenance: motionmag.py — MOTIONMAG 算子登记表。本条目由 tools/opdocs.py md 自动生成(请勿手工编辑)。*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.