Motion vectors and motion estimation

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
nickNip
Posts: 1
Joined: 2015-06-10T02:38:09-07:00
Authentication code: 6789

Motion vectors and motion estimation

Post by nickNip »

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
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Motion vectors and motion estimation

Post by snibgo »

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.
snibgo's IM pages: im.snibgo.com
Post Reply