1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-16 13:57:05 +08:00

35 Commits

Author SHA1 Message Date
Alexander Smorkalov
bdbbcaa9eb Merge branch 4.x 2025-04-30 12:32:42 +03:00
정상원
5cdfca7557 Update bindings generator script for python 3.10+
Added fix in order to address previously unresolved issue when building in environments with python 3.10+. Modified so that this fix does not effect 3.9 or less.
2025-03-08 02:29:58 +09:00
정상원
178be1e899 Code updates to fix build error for matlab module
Fixes related to optflow and xphoto, whose namespace have changed since 4.0.0-rc, and therefore deprecated the 'matlab' module
2025-03-05 21:34:32 +09:00
WU Jia
2f69f9ec2b Merge pull request #3820 from kaingwade:rename_features2d
Rename features2d to features #3820

This PR renames the module _features2d_ to _features_. 
Main PR: opencv/opencv: [#26405](https://github.com/opencv/opencv/pull/26405)
2024-11-12 11:50:30 +03:00
Alexander Alekhin
d980cc3f98 Merge branch 4.x 2023-01-08 18:32:08 +00:00
Mathijs de Groot
087a100465 Merge pull request #3313 from Qubiz:Qubiz-find-hdr-parser-path-using-OpenCV_SOURCE_DIR
matlab: Use OpenCV_SOURCE_DIR instead of CMAKE_SOURCE_DIR to find the modules root

* Set HDR_PARSER_PATH using OpenCV_SOURCE_DIR var

This sets the `HDR_PARSER_PATH` variable using `OpenCV_SOURCE_DIR` instead of using `CMAKE_SOURCE_DIR`.
This allows for more flexibility in how the user's project can be structured.

* Find OpenCV module root using OpenCV_SOURCE_DIR
2022-08-27 00:25:50 +03:00
Alexander Alekhin
fe4221e9b5 Merge branch 4.x 2021-10-15 22:11:02 +00:00
Alexander Alekhin
e8ac023368 cmake: process modules in the same CMake scope 2021-07-25 19:51:17 +00:00
Vadim Pisarevsky
18f0bd2fa1 calib3d module in opencv is split into 3 modules: 3d, calib and stereo.
stereo module in opencv_contrib is renamed to xstereo
2020-12-01 21:06:22 +03: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