1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 07:04:18 +08:00
Commit Graph

2945 Commits

Author SHA1 Message Date
Yuriy Obukh
97be19404f fix win, vs2019 build. missing header
Signed-off-by: Yuriy Obukh <Bleach665@gmail.com>
2020-11-14 21:33:37 +03:00
Alexander Alekhin
f26c98365d Merge pull request #2065 from JulianSeuffert:master 3.4.6 2019-04-05 14:10:51 +00:00
Julian Seuffert
826b77e567 ximgproc: Fix support for CV_32F WLS Filter
If the disparity maps have the depth CV_32F, they are wls-filtered
in `DisparityWLSFilterImpl::filter` but the result is not saved in the
OutputArray of the method. Now, the result is copied to that array.
2019-04-05 14:48:45 +02:00
Alexander Alekhin
6d16876ee2 Merge pull request #2042 from paroj:ovis_env 2019-03-14 21:53:35 +00:00
Alexander Alekhin
2b40a4e60d Merge pull request #2038 from utkarshg6:3.4 2019-03-14 21:49:39 +00:00
Pavel Rojtberg
5ed21bb2ea ovis: document the supported environment variables 2019-03-14 14:42:54 +01:00
Alexander Alekhin
617466c18f Merge pull request #2039 from paroj:ovis_vsync 2019-03-13 19:17:01 +00:00
Pavel Rojtberg
f23d1e9c16 ovis: allow disabling VSYNC - useful in multiwindow scenarios
or with batch rendering
2019-03-13 16:54:58 +01:00
utkarshg6
bc0e250216 Changed mismatch grayscale to image with 3 channels 2019-03-13 15:58:50 +05:30
Alexander Alekhin
9e190bcd81 Merge pull request #2024 from alalek:backport_bindings_generator 2019-03-05 17:15:57 +03:00
Alexander Alekhin
1756e82bdd bindings: backport generator from OpenCV 4.x 2019-03-05 16:39:56 +03:00
Alexander Alekhin
536f6a935a Merge pull request #2020 from alalek:line_descriptor 2019-03-01 20:55:34 +00:00
Hamdi Sahloul
4e3c8189a5 Fix enum wrapper 2019-03-01 19:04:41 +00:00
Alexander Alekhin
e990caef8d line_descriptor: remove code with conflict license 2019-03-01 18:56:35 +00:00
Maksim Shabunin
b6767ccc43 Merge pull request #2011 from mshabunin:enable-narrowing-warning
* Fixed type narrowing issues
2019-02-26 13:15:23 +03:00
Alexander Alekhin
4ed97c511e Merge pull request #2007 from tedsteiner:features2d-without-highgui 2019-02-21 16:05:40 +00:00
Ted Steiner
fe71b09f88 sfm module calls imread function, which is in imgcodecs module
This built correctly before because tests were run with the highgui module enabled.
The sfm module links against the features2d module, which brings in the highgui module as an optional target if enabled.
Through this path, imread was working correctly despite the file including the wrong header and not declaring its linking dependency.
2019-02-19 19:56:32 -05:00
Sreejith S
412fd442b2 Merge pull request #2005 from sreejithsankar55:tempo
* Fixed typo

* Resolved the typo and trailing space error
2019-02-19 22:24:18 +03:00
iindovina
287a5e529a Merge pull request #1994 from iindovina:expose_line_descriptor_python
Expose line descriptor python (#1994)

* Created wrappers for other line_descriptor functions/classes

* Changes to expose LSD and EDLines params in Python and make line descriptor available in Python
2019-02-13 19:15:51 +03:00
Alexander Alekhin
320e633f96 Merge pull request #1981 from paroj:linemodpy 2019-02-01 16:12:51 +00:00
Pavel Rojtberg
f515f0ffe5 linemod: allow creating modalities from bindings 2019-01-31 15:29:51 +01:00
Alexander Alekhin
3575a7147a Merge pull request #1976 from berak:rgbd_python_fix 2019-01-26 14:41:06 +00:00
berak
7c628d73e3 rgbd: fix python bindings 2019-01-26 11:37:24 +01:00
Alexander Alekhin
bc9221a2cc Merge pull request #1968 from charlesastaylor:detect-params-typo 2019-01-21 13:39:42 +00:00
Charles Taylor
87fcb025c6 Fix typo of ArUco Detector Paramater
* Fix spelling of perpectiveRemovePixelPerCell in struct docstring

* Fix spelling of perpectiveRemovePixelPerCell in detection tutorial
2019-01-18 11:10:18 +00:00
Alexander Alekhin
bca1ff20d7 Merge pull request #1964 from rrrapha:sfm-underscore-variables 2019-01-10 09:08:23 +00:00
Raphael Graf
d487f2426d sfm: avoid variable-names starting with underscore
Resolves #1963
2019-01-09 15:44:39 +01:00
Alexander Alekhin
2588a5ecf4 Merge pull request #1960 from rrrapha:tesseract-include-dirs 2019-01-09 11:40:01 +00:00
Alexander Alekhin
0716b9567a Merge pull request #1956 from alalek:issue_1954 2019-01-09 11:39:05 +00:00
Raphael Graf
fdb575d43b Use Tesseract_INCLUDE_DIRS instead of Tesseract_INCLUDE_DIR 2019-01-08 15:30:13 +01:00
Alexander Alekhin
29f61bfcf7 Merge pull request #1955 from paroj:ovisup 2019-01-04 12:14:21 +00:00
Alexander Alekhin
d34502dff2 Merge pull request #1953 from dkurt:fix_aruco_tutorial 2019-01-04 11:07:31 +00:00
Alexander Alekhin
6c16e89202 typo: rename sfm sample 2019-01-04 11:06:43 +00:00
Pavel Rojtberg
74f26045b3 ovis: compatibility for Ogre 1.12.0dev 2019-01-03 17:12:34 +01:00
Dmitry Kurtaev
324175b5a8 Replace ChArUco board image 2019-01-02 18:14:01 +03:00
Alexander Alekhin
7292df6262 Merge pull request #1922 from sturkmen72:upd_tracking_module_doc 3.4.5 2018-12-13 11:21:22 +00:00
Alexander Alekhin
d0198e5079 Merge pull request #1942 from paroj:ovisup 2018-12-12 11:08:56 +00:00
Pavel Rojtberg
388a79be52 ovis: correctly delete textures allocated by WindowScene 2018-12-11 18:48:53 +01:00
Pavel Rojtberg
9a401e3d95 ovis: also free yaw axis of camera manager and default to free yaw
so meshes in any orientation can be properly viewed
2018-12-11 14:09:23 +01:00
Suleyman TURKMEN
264615b55b Update documentation of Tracking API 2018-12-09 22:04:33 +03:00
Alexander Alekhin
34caac78d8 Merge pull request #1933 from ytyytyyt:3.4 2018-12-05 09:48:10 +00:00
Alexander Alekhin
4bf1ccec25 Merge pull request #1932 from alalek:photo_move_durand_contrib 2018-12-05 09:47:10 +00:00
YTY
5bdeb648b2 fbs bug fix 2018-12-04 23:49:52 +02:00
Alexander Alekhin
b53cb76458 photo: move TonemapDurand to opencv_contrib 2018-12-04 18:03:32 +00:00
Alexander Alekhin
09fc4303c8 Merge pull request #1918 from vishwesh5:patch-1 2018-11-21 08:35:05 +00:00
vishwesh5
ca26e99223 Add namespace cv for successful build 2018-11-21 08:34:37 +05:30
Alexander Alekhin
fdf47f9d88 Merge pull request #1913 from huangqinjin:ogre 2018-11-19 16:14:17 +00:00
Alexander Alekhin
f435b6670f Merge pull request #1912 from huangqinjin:ceres 2018-11-19 15:37:35 +00:00
huangqinjin
e068b62a14 use PF_DEPTH for compatibility, PF_DEPTH16 is just an alias introduced in OGRE 1.11.2 2018-11-19 21:03:49 +08:00
huangqinjin
35da439953 num_linear_solver_threads has been deprecated since Ceres 1.14.0 2018-11-19 20:39:34 +08:00