Skip to content

Commit

Permalink
[opticflow] fix removal of small
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Jan 14, 2015
1 parent cacecab commit 54ed9ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw/airborne/modules/computer_vision/opticflow_module.c
Expand Up @@ -158,8 +158,8 @@ void *computervision_thread_main(void *data)
#endif

// First Apply Settings before init
imgWidth = small.w;
imgHeight = small.h;
imgWidth = vid.w;
imgHeight = vid.h;
verbose = 2;
my_plugin_init();

Expand Down

0 comments on commit 54ed9ea

Please sign in to comment.