Alexander Alekhin
e8ac023368
cmake: process modules in the same CMake scope
2021-07-25 19:51:17 +00:00
Brian Wignall
8c09249352
Fix typos
2019-12-02 07:23:05 -05:00
tompollok
fcb266f728
refactoring catching all exceptions as const ref
2018-11-10 00:10:43 +01:00
Alexander Alekhin
9f6042853c
docs: exclude 'matlab' entry
2018-09-24 11:33:57 +03:00
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
004ac55330
Merge pull request #1426 from terfendail:matlab_readme
2017-11-02 18:48:43 +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
Anup Parikh
0e5614877d
Update matlab module readme to fix #664 and #1201
2017-05-31 12:57:05 -06:00
Steven Puttemans
a960912b6e
fixing matlab wrapping
2017-04-12 16:32:06 +02:00
andrewk-mccann
d353fe1507
Added size_t conversion for class Bridge. Need when compiling extra modules into matlab.
2016-11-14 09:55:47 -05:00
Alexander Alekhin
6cc0d26a89
Merge pull request #494 from rokm:matlab-pyc
2016-09-01 17:34:57 +00:00
Alexander Alekhin
5fe21e4965
cmake: fix build on MacOSX
2016-01-25 20:17:39 +03:00
Rok Mandeljc
cd68b2d594
Matlab: removed the python bytecode-compiled files
2015-12-26 19:34:08 +01:00
Yang Fan
e13f052331
Fixed the issue #5032
2015-11-18 15:38:04 +08:00
Maksim Shabunin
35735686cb
Merge pull request #318 from jesusbriales:patch-1
2015-10-22 12:45:41 +00:00
StevenPuttemans
f0121eba28
fixing matlab bindings - removing dependency on parser
2015-10-08 09:36:57 +02:00
Jesús Briales
77f181943e
Update README.md
...
Add explanation on how to hint the Matlab path to cmake using the gui.
2015-07-29 14:30:19 +02:00
yifita
a275cedd83
added missing typePtr_DualTVL1OpticalFlow
2015-04-18 14:12:44 +02:00
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