vendor: OpenCV 5.0.0 snapshot at 755e50675d97db9b7d449d8bd6b09888646f6c6e

This commit is contained in:
Gitea Mirror Bot
2026-08-22 00:11:13 +08:00
commit 12022378a3
3872 changed files with 2513409 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
set(the_description "Tracking API")
set(debug_modules "")
if(DEBUG_opencv_tracking)
list(APPEND debug_modules opencv_highgui)
endif()
ocv_define_module(tracking
opencv_imgproc
opencv_core
opencv_video
opencv_plot # samples only
${debug_modules}
OPTIONAL
opencv_dnn
opencv_datasets
opencv_highgui
WRAP
java
python
objc
)
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wno-shadow /wd4458)
if(TARGET opencv_test_${name})
ocv_target_include_directories(opencv_test_${name} "${OpenCV_SOURCE_DIR}/modules") # use common files from video tests
endif()