You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
307 B
8 lines
307 B
set(the_description "Object Detection") |
|
|
|
#uncomment the following line to enable parallel computing |
|
#add_definitions(-DHAVE_TBB) |
|
|
|
ocv_define_module(dpm opencv_core opencv_imgproc opencv_objdetect OPTIONAL opencv_highgui WRAP python) |
|
|
|
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4512) # disable warning on Win64
|
|
|