tompollok
fcb266f728
refactoring catching all exceptions as const ref
7 years ago
Alexander Alekhin
9f6042853c
docs: exclude 'matlab' entry
7 years ago
Alexander Alekhin
ff59193d3f
matlab: move CMake scripts from main repo ( #1774 )
7 years ago
Alexander Alekhin
9ef878f3bf
matlab: fix bindings generator
7 years ago
Alexander Alekhin
45f9d57118
matlab: fix conversion functions
7 years ago
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
8 years ago
Alexander Alekhin
843197503f
matlab: require installation of Jinja2 Python package
8 years ago
Anup Parikh
0e5614877d
Update matlab module readme to fix #664 and #1201
8 years ago
Steven Puttemans
a960912b6e
fixing matlab wrapping
8 years ago
andrewk-mccann
d353fe1507
Added size_t conversion for class Bridge. Need when compiling extra modules into matlab.
9 years ago
Alexander Alekhin
5fe21e4965
cmake: fix build on MacOSX
9 years ago
Rok Mandeljc
cd68b2d594
Matlab: removed the python bytecode-compiled files
9 years ago
Yang Fan
e13f052331
Fixed the issue #5032
10 years ago
StevenPuttemans
f0121eba28
fixing matlab bindings - removing dependency on parser
10 years ago
Jesús Briales
77f181943e
Update README.md
...
Add explanation on how to hint the Matlab path to cmake using the gui.
10 years ago
yifita
a275cedd83
added missing typePtr_DualTVL1OpticalFlow
10 years ago
Rok Mandeljc
63008ba79d
matlab/bridge.hpp: added missing definitions for Ptr_Stitcher
10 years ago
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.
10 years ago
Maksim Shabunin
a20c5c8dd9
Doxygen documentation for all modules
11 years ago
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.
11 years ago
StevenPuttemans
d27141abe3
fixing further nonfree elements
11 years ago
Vadim Pisarevsky
4df76c353a
added outflow, bgsegm modules; moved matlab from the main repository
11 years ago