Ask Your Question
0

Optical flow Dual TV L1 working in realtime

asked 2013-11-13 11:38:41 -0600

V10 gravatar image

updated 2013-11-16 11:27:35 -0600

berak gravatar image

Hi everyone,

I am working on a motion detection algorithm based on optical flow. Specifically, I am using the Dual TV L1 approach (createOptFlow_DualTVL1()). I would like to know if somebody have tried to use this method in realtime (with a "normal" computer). It is getting difficult to find the correct value for every different parameter and to get a solution working at 10 fps (more or less, which it would be my objective).

I know there are other optical flow methods, but I would want to do it with that particular one. Any help, solution and so on would be appreciated.

Thank you very much!!

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2014-04-04 09:13:46 -0600

Dawit gravatar image

I have used DualTV1 actually i'm still using it since i need to compute dense optical flow (velocty of every pixel). As far i know using DualTV1 for real time (10fps)is quite impossible in standard computer since it is compute the velocity if every pixel for every frame. here is what some one advice me if it helps.

http://stackoverflow.com/questions/19309567/speeding-up-optical-flow-createoptflow-dualtvl1

edit flag offensive delete link more
0

answered 2013-11-16 11:25:10 -0600

V10 gravatar image

Nobody knows? :(

edit flag offensive delete link more

Comments

I'd be interested, too.

mrzl gravatar imagemrzl ( 2013-11-25 10:01:04 -0600 )edit

Question Tools

Stats

Asked: 2013-11-13 11:38:41 -0600

Seen: 2,695 times

Last updated: Apr 04 '14