skvideo.motion.blockMotion
skvideo.motion.blockMotion¶Block-based motion estimation
Given a sequence of frames, this function returns motion vectors between frames.
A sequence of frames
“ES” –> exhaustive search
“3SS” –> 3-step search
“N3SS” –> “new” 3-step search [1]
“SE3SS” –> Simple and Efficient 3SS [2]
“4SS” –> 4-step search [3]
“ARPS” –> Adaptive Rood Pattern search [4]
“DS” –> Diamond search [5]
Macroblock size
Algorithm search distance parameter
The motion vectors computed from videodata. The first element of the last axis contains the y motion component, and second element contains the x motion component.
References