1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Work on python wrapped generation automation:

- all parsed headers are included into "cv2.cpp" with "pyopencv_generated_include.h"
 - types starting with "Ptr_" converted to "Ptr<...>" form (avoids many typedefs in "cv2.cpp")
This commit is contained in:
Alexander Mordvintsev
2014-05-12 14:58:54 +04:00
parent e1b5a547cc
commit 120b3a1e77
3 changed files with 18 additions and 57 deletions
+1
View File
@@ -44,6 +44,7 @@ if(HAVE_opencv_nonfree)
endif()
set(cv2_generated_hdrs
"${CMAKE_CURRENT_BINARY_DIR}/pyopencv_generated_include.h"
"${CMAKE_CURRENT_BINARY_DIR}/pyopencv_generated_funcs.h"
"${CMAKE_CURRENT_BINARY_DIR}/pyopencv_generated_func_tab.h"
"${CMAKE_CURRENT_BINARY_DIR}/pyopencv_generated_types.h"