1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 21:40:49 +08:00
Commit Graph

12 Commits

Author SHA1 Message Date
Alexander Alekhin
ff59193d3f matlab: move CMake scripts from main repo (#1774) 2018-09-17 14:55:51 +03:00
Alexander Alekhin
9ef878f3bf matlab: fix bindings generator 2018-09-10 14:57:32 +00:00
Alexander Alekhin
45f9d57118 matlab: fix conversion functions 2018-09-08 20:49:00 +00:00
Alexander Alekhin
26fd198ef2 matlab: disable module by default
- broken bindings generator
- broken conversion functions (uses non-supported cv::Mat types)
- other problems like missing convertion functions for Moments and other structs
2017-10-13 12:22:05 +03:00
Alexander Alekhin
843197503f matlab: require installation of Jinja2 Python package 2017-06-11 03:38:41 +00:00
Alexander Alekhin
5fe21e4965 cmake: fix build on MacOSX 2016-01-25 20:17:39 +03:00
Yang Fan
e13f052331 Fixed the issue #5032 2015-11-18 15:38:04 +08:00
StevenPuttemans
f0121eba28 fixing matlab bindings - removing dependency on parser 2015-10-08 09:36:57 +02: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
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