mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-19 02:16:34 +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();
|
algorithm = createOptFlow_SimpleFlow();
|
||||||
else if ( method == "tvl1" )
|
else if ( method == "tvl1" )
|
||||||
algorithm = createOptFlow_DualTVL1();
|
algorithm = createOptFlow_DualTVL1();
|
||||||
// else if ( method == "deepflow" )
|
else if ( method == "deepflow" )
|
||||||
// algorithm = createOptFlow_DeepFlow();
|
algorithm = createOptFlow_DeepFlow();
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
printf("Wrong method!\n");
|
printf("Wrong method!\n");
|
||||||
|
Reference in New Issue
Block a user