changed default value for gamma (now 0 -> no use of gamma)
This commit is contained in:
parent
c45e645d6c
commit
f2e09d048c
@ -351,7 +351,7 @@ OpticalFlowDual_TVL1::OpticalFlowDual_TVL1()
|
|||||||
nscales = 5;
|
nscales = 5;
|
||||||
warps = 5;
|
warps = 5;
|
||||||
epsilon = 0.01;
|
epsilon = 0.01;
|
||||||
gamma = 0.01;
|
gamma = 0.;
|
||||||
innerIterations = 30;
|
innerIterations = 30;
|
||||||
outerIterations = 10;
|
outerIterations = 10;
|
||||||
useInitialFlow = false;
|
useInitialFlow = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user