Does anyone know where I can get started with simple motion tracking?
Printable View
Does anyone know where I can get started with simple motion tracking?
Can you define 'motion tracking' a bit further? tracking user interaction motion is typically accomplished with a MouseMotionListener
I know how to use the MouseMotionListener, but I'm talking about detecting movement from a live feed.
Can you describe that in a bit more detail?Quote:
detecting movement from a live feed.
I want to make a program that gets the image from a web cam 5 times every second, and have it detect movement between each image. Kinda like this: The Sentry Project
Sounds interesting. Seeing patterns in images.
Are there any tutorials for detecting patterns in images, because that the part I'm lost on.