1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 08:44:11 +08:00

Added Deepflow to the testing app

This commit is contained in:
tpietruszka
2014-08-18 23:24:18 +02:00
parent e349d6d0b6
commit 4ec320efe1

View File

@@ -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");