mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
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;
|
||||
warps = 5;
|
||||
epsilon = 0.01;
|
||||
gamma = 0.01;
|
||||
gamma = 0.;
|
||||
innerIterations = 30;
|
||||
outerIterations = 10;
|
||||
useInitialFlow = false;
|
||||
|
Loading…
Reference in New Issue
Block a user