Motion detection and simple JavaScript analysis?

Suppose I have a video that plays on a canvas and I want to do some basic analysis on this video, for example, edge detection, motion detection, and general direction movement . How do I approach this problem? Can you point me in the right direction to some simple algorithms and general ideas on how to implement them?

I assume that such things are not often encoded in JS, so I do not hope for anything out of the box.

Any ideas?

+5
source share

All Articles