measure op• 데이터 종류: video → pairs
• 호출: import motionmag; motionmag.displacement_series(video, f_lo, f_hi, fps, scales: 'int' = 4, orientations: 'int' = 4) -> 'np.ndarray'(또는 opsmotionmag.get("displacement_series"))
프레임 전체의 변위 파형 -> `(dx, dy) 의 (T, 2)` 배열.
> 아래 상세 설명은 원문입니다 —— 요약과 제목은 번역되어 있습니다.
The contrast-weighted spatial mean of :func:phase_displacement, i.e. the
rigid-body motion of the scene in pixels, one row per frame. This is the
trace to plot, or to feed to `dsp.spectrum` to read off the resonant
frequency — a vibration waveform recovered from a camera.
Weights are the same `|z|^2` contrast the field solve uses, restricted to
the pixels marked `valid`, so blank regions do not drag the average
towards zero. A clip with no valid pixel anywhere (a constant image) returns
exact zeros rather than a division by zero.
Sub-pixel accuracy and its cliff inherit from :func:phase_displacement;
measured on the 64x64x64 / 8 px / 4 Hz synthetic, a true 0.5 px amplitude is
recovered as 0.50000000 px (6.7e-16 relative), and a true 0.001 px amplitude
as 0.00100000 px (8.7e-15).
• motion_magnification 패밀리 가이드
• 샘플 데이터 카탈로그(DL URL / 라이선스) —— 2-D 는 skimage.data(BSD/public)+ 합성, 3-D 는 실데이터 소스(Stanford/PDS 등)의 DL URL.
• 연산자의 내력·참고문헌 —— 이 연산자 족의 바탕이 된 연구/기법의 출처.
• 알고리즘의 정전(저자·연도)과 용도는 위의 패밀리 사용 가이드에 적혀 있습니다.
• motion_magnification — py -3.11 examples/motion_magnification.py
• quaternion_monogenic — py -3.11 examples/quaternion_monogenic.py
pairs 를 입력으로 받는 것)—
measure)*Provenance: motionmag.py — MOTIONMAG 연산자 레지스트리. 이 op 노트는 tools/opdocs.py md 가 자동 생성합니다(직접 편집하지 마세요).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.