skvideo.motion
.blockComp
skvideo.motion
.blockComp¶skvideo.motion.
blockComp
(videodata, motionVect, mbSize=8)[source]¶Block-based motion compensation
Using the given motion vectors, this function returns the motion-compensated video data.
Parameters: | videodata : ndarray
motionVect : ndarray
mbSize : int
|
---|---|
Returns: | compImg : ndarray
|