Ask Your Question
0

Default parameters of DualTVL1

asked 2013-11-06 08:49:57 -0600

V10 gravatar image

I would like to know which are the default values of the Dual TV-L1 algorithm, defined with createOptFlow_DualTVL1(). I need to find a good way for computing the method in realtime, and to know these values would be so useful. I cannot find them anywhere...

Thank you so much!!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-11-06 12:16:40 -0600

Vladislav Vinogradov gravatar image

You can found all default parameters here: https://github.com/Itseez/opencv/blob/2.4/modules/video/src/tvl1flow.cpp#L142

tau            = 0.25;
lambda         = 0.15;
theta          = 0.3;
nscales        = 5;
warps          = 5;
epsilon        = 0.01;
iterations     = 300;
useInitialFlow = false;
edit flag offensive delete link more

Comments

Thank you so much!!

V10 gravatar imageV10 ( 2013-11-13 11:18:13 -0600 )edit

Question Tools

Stats

Asked: 2013-11-06 08:49:57 -0600

Seen: 530 times

Last updated: Nov 06 '13