Is Grid a dense optical flow

asked 2016-03-09 02:51:13 -0600

Sriram Kumar gravatar image

I am running optical flow on a grid of fixed points(with Lucas Kanade) rather than running on every point (not with farnback). Is this still a dense optical flow. Is it the idea way to do dense. we are thinking of doing it this way to reduce the computation time. Can I get some better advise. We are looking to get the motion data from the video. Any dominant motion in the scene, we want to capture, with low computation time with moderate accuracy.

Thanks

edit retag flag offensive close merge delete

Comments

i'd say - half way inbetween.

LK gives you a `vector<point2f> with new positions , while farneback gives you a Mat with directions

can you take a look here , too (related problem)

berak gravatar imageberak ( 2016-03-09 03:10:16 -0600 )edit