From: Alexander Mordvintsev Date: Tue, 19 Aug 2014 15:19:11 +0000 (+0400) Subject: removing modules from blacklist X-Git-Tag: submit/tizen_ivi/20141117.190038~2^2~158^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40d0f853d6d27dc7e2fe7f9653df3767e64b8669;p=profile%2Fivi%2Fopencv.git removing modules from blacklist --- diff --git a/modules/python/common.cmake b/modules/python/common.cmake index ea8d0c8..c79f540 100644 --- a/modules/python/common.cmake +++ b/modules/python/common.cmake @@ -14,15 +14,7 @@ endforeach(mp) # module blacklist ocv_list_filterout(candidate_deps "^opencv_cud(a|ev)") -ocv_list_filterout(candidate_deps "^opencv_adas$") -ocv_list_filterout(candidate_deps "^opencv_face$") ocv_list_filterout(candidate_deps "^opencv_matlab$") -ocv_list_filterout(candidate_deps "^opencv_tracking$") -ocv_list_filterout(candidate_deps "^opencv_optflow$") -ocv_list_filterout(candidate_deps "^opencv_bgsegm$") -ocv_list_filterout(candidate_deps "^opencv_xfeatures2d$") -ocv_list_filterout(candidate_deps "^opencv_ximgproc$") -ocv_list_filterout(candidate_deps "^opencv_xphoto$") ocv_list_filterout(candidate_deps "^opencv_ts$") ocv_add_module(${MODULE_NAME} BINDINGS OPTIONAL ${candidate_deps}) @@ -43,7 +35,6 @@ ocv_list_filterout(opencv_hdrs ".h$") ocv_list_filterout(opencv_hdrs "cuda") ocv_list_filterout(opencv_hdrs "cudev") ocv_list_filterout(opencv_hdrs "opencv2/objdetect/detection_based_tracker.hpp") -ocv_list_filterout(opencv_hdrs "opencv2/optim.hpp") set(cv2_generated_hdrs "${CMAKE_CURRENT_BINARY_DIR}/pyopencv_generated_include.h"