OpenCV_4.2.0/opencv_contrib-4.2.0/modules/tracking/CMakeLists.txt

4 lines
227 B
CMake
Raw Normal View History

2024-07-25 16:47:56 +08:00
set(the_description "Tracking API")
ocv_define_module(tracking opencv_imgproc opencv_core opencv_video opencv_plot OPTIONAL opencv_dnn opencv_datasets WRAP java python)
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wno-shadow /wd4458)