changed default value for gamma (now 0 -> no use of gamma)

pull/2942/head
Ernest Galbrun 11 years ago
parent c45e645d6c
commit f2e09d048c
  1. 2
      modules/video/src/tvl1flow.cpp

@ -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…
Cancel
Save