Skip to content

Commit

Permalink
Removed spurious return from optic flow calculator (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidoAI authored and flixr committed Jun 1, 2016
1 parent 8f5c729 commit 29a6c9b
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -249,8 +249,6 @@ void calc_fast9_lukas_kanade(struct opticflow_t *opticflow, struct opticflow_sta
}
}

return;

#if OPTICFLOW_SHOW_CORNERS
image_show_points(img, corners, result->corner_cnt);
#endif
Expand Down

0 comments on commit 29a6c9b

Please sign in to comment.