parent
d0c3a2ee03
commit
f52ba671dc
3 changed files with 6 additions and 0 deletions
@ -1,2 +1,3 @@ |
||||
set(the_description "Saliency API") |
||||
set(OPENCV_MODULE_IS_PART_OF_WORLD OFF) |
||||
ocv_define_module(saliency opencv_imgproc opencv_highgui opencv_features2d) |
||||
|
@ -1,4 +1,5 @@ |
||||
set(the_description "Extended image processing module. It includes edge-aware filters and etc.") |
||||
set(OPENCV_MODULE_IS_PART_OF_WORLD OFF) |
||||
ocv_define_module(ximgproc opencv_imgproc opencv_core opencv_highgui) |
||||
|
||||
target_link_libraries(opencv_ximgproc) |
||||
|
Loading…
Reference in new issue