Commit 4ec320ef authored by tpietruszka's avatar tpietruszka

Added Deepflow to the testing app

parent e349d6d0
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment