CMakeLists.txt 259 Bytes
Newer Older
vludv's avatar
vludv committed
1
set(the_description "Extended image processing module. It includes edge-aware filters and etc.")
2
set(OPENCV_MODULE_IS_PART_OF_WORLD OFF)
3
ocv_define_module(ximgproc opencv_imgproc opencv_core opencv_highgui WRAP python)
vludv's avatar
vludv committed
4

5
target_link_libraries(opencv_ximgproc)