[cv] test optical flow module and fix warnings

This commit is contained in:
Gautier Hattenberger
2021-11-17 17:15:10 +01:00
parent 3e260b3e5e
commit 389754d1f8
4 changed files with 20 additions and 10 deletions
+4
View File
@@ -213,5 +213,9 @@
<file name="lucas_kanade.c" dir="modules/computer_vision/lib/vision"/>
<file name="edge_flow.c" dir="modules/computer_vision/lib/vision"/>
<file name="undistortion.c" dir="modules/computer_vision/lib/vision"/>
<test arch="linux">
<include name="modules/computer_vision"/>
<define name="OPTICFLOW_CAMERA" value="bottom_camera"/>
</test>
</makefile>
</module>