views:

327

answers:

2

I am making a sentry turret with servos and a paintball gun and need to implement real time motion tracing to make the gun shoot anything that moves. how can I code this(any good algorithms, books, tutorials)? I want to make it myself and not use premade solutions.

+1  A: 

Lucas-Kanade with Kalman filtering is the bread and butter motion tracking algorithm. However, it's a bit outdated.

Pace
+1  A: 

Let me google that for you: Motion Detection Algorithms

Eimantas
Speaking from experience, the article you referenced has extremely marginal performance. OP is going to need more than "google" to solve a problem like this.
kidjan