Which Algorithm for Motion Detection Between Consecutive Images?

Click For Summary
SUMMARY

The discussion focuses on identifying efficient algorithms for motion detection between consecutive images, specifically seeking methods that are not encumbered by patents. The user describes a scenario involving a moving object against a static background and emphasizes the need for algorithms that can differentiate between background and moving areas. Techniques such as image subtraction are mentioned as a starting point, but the user seeks further insights on determining the direction of motion.

PREREQUISITES
  • Understanding of image processing concepts
  • Familiarity with algorithms for motion detection
  • Knowledge of background subtraction techniques
  • Basic skills in programming for algorithm implementation
NEXT STEPS
  • Research "Optical Flow algorithms for motion detection"
  • Explore "Background Subtraction methods in OpenCV"
  • Learn about "Frame differencing techniques for video analysis"
  • Investigate "Kalman Filters for tracking moving objects"
USEFUL FOR

Computer vision researchers, software developers working on image processing applications, and engineers focused on motion detection technologies will benefit from this discussion.

whatta
Messages
256
Reaction score
0
there seem to be no forum for applied math on PF, but can anyone here point me to simplest yet efficient yet not covered by evil patents algorithm for motion detection between two/more consecutive images?
 
Mathematics news on Phys.org
it might help if I say what is this for. for example, http://www.imagehosting.com/out.php/i276617_motion.GIF "white" represents background, "gray" is round moving object in two frames, and "dim gray" is area that we have no background information for. for "gray" areas it should be possible to restore background, but we need some way to tell which data is background data in each frame. I can see that, subtracting images, I can find these areas, but how do I guess the direction of motion?
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 30 ·
2
Replies
30
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K