1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 00:01:17 +08:00
Files
opencv_contrib/modules/matlab/generator
Rok Mandeljc 347fa4fc5c matlab: fix binding generation for modules that are part of opencv_contrib (xfeatures2d)
This patch fixes Matlab binding generation for modules that are
part of opencv_contrib (xfeatures2d specifically), and are therefore
not located in ${CMAKE_SOURCE_DIR}/modules.

For this, gen_matlab.py script is extended to accept multiple values
for --modules-root argument, and to check for a module's header in
all possible paths. This way, both ${CMAKE_SOURCE_DIR}/modules and
${OPENCV_EXTRA_MODULES_PATH} can be passed as modules root paths,
and main header for xfeatures2d module is correctly located.
2014-09-02 23:36:15 +02:00
..