1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-16 22:35:51 +08:00
Commit Graph

6 Commits

Author SHA1 Message Date
Rok Mandeljc
63008ba79d matlab/bridge.hpp: added missing definitions for Ptr_Stitcher 2014-12-28 20:16:08 +01:00
Rok Mandeljc
6ca0aa4784 matlab/CMakeLists.txt: add CMAKE_BINARY_DIR to MEX_INCLUDE_DIRS
Otherwise we cannot find opencv2/opencv_modules.hpp, which is
located directly inside the CMAKE_BINARY_DIR.
2014-12-28 20:15:18 +01:00
Maksim Shabunin
a20c5c8dd9 Doxygen documentation for all modules 2014-12-01 15:54:42 +03:00
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
StevenPuttemans
d27141abe3 fixing further nonfree elements 2014-08-27 14:04:41 +02:00
Vadim Pisarevsky
4df76c353a added outflow, bgsegm modules; moved matlab from the main repository 2014-08-10 23:25:27 +04:00