Added Deepflow to the testing app

pull/68/head
tpietruszka 10 years ago
parent e349d6d0b6
commit 4ec320efe1
  1. 4
      modules/optflow/samples/optical_flow_evaluation.cpp

@ -247,8 +247,8 @@ int main( int argc, char** argv )
algorithm = createOptFlow_SimpleFlow();
else if ( method == "tvl1" )
algorithm = createOptFlow_DualTVL1();
// else if ( method == "deepflow" )
// algorithm = createOptFlow_DeepFlow();
else if ( method == "deepflow" )
algorithm = createOptFlow_DeepFlow();
else
{
printf("Wrong method!\n");

Loading…
Cancel
Save