parent
529bd41751
commit
bc72f4d2a2
11 changed files with 54 additions and 27 deletions
@ -1,2 +1,6 @@ |
|||||||
set(the_description "Images stitching") |
set(the_description "Images stitching") |
||||||
ocv_define_module(stitching opencv_imgproc opencv_features2d opencv_calib3d opencv_objdetect OPTIONAL opencv_gpu opencv_nonfree) |
if (ENABLE_DYNAMIC_CUDA) |
||||||
|
ocv_define_module(stitching opencv_imgproc opencv_features2d opencv_calib3d opencv_objdetect OPTIONAL opencv_nonfree) |
||||||
|
else() |
||||||
|
ocv_define_module(stitching opencv_imgproc opencv_features2d opencv_calib3d opencv_objdetect OPTIONAL opencv_gpu opencv_nonfree) |
||||||
|
endif() |
@ -1,2 +1,6 @@ |
|||||||
set(the_description "Video stabilization") |
set(the_description "Video stabilization") |
||||||
ocv_define_module(videostab opencv_imgproc opencv_features2d opencv_video opencv_photo opencv_calib3d opencv_highgui OPTIONAL opencv_gpu) |
if(ENABLE_DYNAMIC_CUDA) |
||||||
|
ocv_define_module(videostab opencv_imgproc opencv_features2d opencv_video opencv_photo opencv_calib3d opencv_highgui) |
||||||
|
else() |
||||||
|
ocv_define_module(videostab opencv_imgproc opencv_features2d opencv_video opencv_photo opencv_calib3d opencv_highgui OPTIONAL opencv_gpu) |
||||||
|
endif() |
||||||
|
Loading…
Reference in new issue