Motion vectors and motion estimation
Motion vectors and motion estimation
I want to compare 2 or more frames in video and need to extract redundant objects from that frames.I'm going to use block matching algorithm for this.But I'm not clear about what are motion vectors,motion estimation ,And how it will help to find redundant objects in video frames.I'm new to signal processing field can someone explain this in simple manner
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Motion vectors and motion estimation
Ffmpeg has tools for this, helped by the fact that compressed videos already has this information encoded.
IM is useful when the camera is stationary, ideally without vegetation in the scene. Then a pixel-by-pixel comparison finds moving objects, making a small allowance for changing light.
IM is useful when the camera is stationary, ideally without vegetation in the scene. Then a pixel-by-pixel comparison finds moving objects, making a small allowance for changing light.
snibgo's IM pages: im.snibgo.com