mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-18 17:24:28 +08:00
Added Deepflow to the testing app
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user