Im trying to implement optical flow in android using openCV http://code.google.com/p/android-opencv/. Basicly i want to build something like this http://www.youtube.com/watch?v=P_Sjn67jIJY . Anyway because im new to android development can anyone guide somewhere in order to build something like the one on the video? Ive already installed opencv port to android and build the cvcamera example successfully using eclipse. Thanks, Thanos
See this Stanford OpenCV optical flow link. Things should work essentially the same way except the calls may be slightly different due to 1.x vs. 2.x's C vs C++ API issues.
Just edit the CVCamera example and it should be quick. I made a real-time face detection app within about an hour of getting CVCamera to work.