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

8 Commits

Author SHA1 Message Date
Brian Wignall
078c45633d Fix typos
backport commit 8c09249352
2019-12-04 19:22:08 +03:00
tompollok
fcb266f728 refactoring catching all exceptions as const ref 2018-11-10 00:10:43 +01:00
Alexander Alekhin
9ef878f3bf matlab: fix bindings generator 2018-09-10 14:57:32 +00:00
Alexander Alekhin
843197503f matlab: require installation of Jinja2 Python package 2017-06-11 03:38:41 +00:00
Rok Mandeljc
cd68b2d594 Matlab: removed the python bytecode-compiled files 2015-12-26 19:34:08 +01:00
StevenPuttemans
f0121eba28 fixing matlab bindings - removing dependency on parser 2015-10-08 09:36:57 +02: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
Vadim Pisarevsky
4df76c353a added outflow, bgsegm modules; moved matlab from the main repository 2014-08-10 23:25:27 +04:00