opencv/modules/stitching/CMakeLists.txt

10 lines
391 B
CMake
Raw Normal View History

set(the_description "Images stitching")
2014-12-24 21:06:09 +08:00
if(HAVE_CUDA)
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations -Wshadow)
2014-12-24 21:06:09 +08:00
endif()
ocv_define_module(stitching opencv_imgproc opencv_features2d opencv_calib3d opencv_objdetect
2015-02-24 23:38:12 +08:00
OPTIONAL opencv_cudaarithm opencv_cudafilters opencv_cudafeatures2d opencv_cudalegacy opencv_xfeatures2d
WRAP python)