mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 05:42:49 +08:00
[modules] cleaned up opticalflow modules and edgeflow
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
<load name="cv_opticflow.xml">
|
||||
<define name="OPTICFLOW_DEBUG" value = "FALSE"/>
|
||||
<define name="OPTICFLOW_SHOW_FLOW" value = "FALSE"/>
|
||||
<define name="USE_EDGEFLOW" value = "TRUE"/>
|
||||
<define name="USE_LK" value = "FALSE"/>
|
||||
</load>
|
||||
<load name="video_thread.xml">
|
||||
<define name="VIDEO_THREAD_CAMERA" value="front_camera"/>
|
||||
|
||||
@@ -79,10 +79,12 @@
|
||||
<file name="pprz_algebra_float.c" dir="math"/>
|
||||
<file name="pprz_matrix_decomp_float.c" dir="math"/>
|
||||
|
||||
<file name="edge_flow.c" dir="modules/computer_vision/opticflow"/>
|
||||
|
||||
<!-- Main vision calculations -->
|
||||
<file name="fast_rosten.c" dir="modules/computer_vision/lib/vision"/>
|
||||
<file name="lucas_kanade.c" dir="modules/computer_vision/lib/vision"/>
|
||||
<file name="edge_flow.c" dir="modules/computer_vision/lib/vision"/>
|
||||
|
||||
<raw>
|
||||
include $(CFG_SHARED)/udp.makefile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user