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

2730 Commits

Author SHA1 Message Date
Alexander Alekhin
24a882361d Merge pull request #2752 from berak:phase_unwrapping_input_type 2020-11-17 16:03:11 +00:00
unknown
1d84f28202 phase_unwrapping: add asserts, documentation for input types 2020-11-17 14:16:29 +01:00
Alexander Alekhin
088dc142a8 Merge pull request #2749 from Bleach665:fix_win_vs2019 2020-11-14 22:47:24 +00:00
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
387ad42690 cmake: support Ceres 2.0.0
backport of commit: 23ee62a19b
2020-11-07 05:09:20 +00:00
Alexander Alekhin
5b05f5c36f sfm: fix memory leak 2020-10-31 12:59:23 +00:00
Alexander Alekhin
5bef5c5c6a xfeatures2d: fix MSVS2019 build
- MSVC 19.27.29111.0
2020-09-28 19:34:37 +00:00
Alexander Alekhin
00a3c610c0 Merge pull request #2657 from berak:ximgproc_disparity_python 2020-09-08 10:22:21 +00:00
berak
134df77b71 ximgproc: add python wrappers for disparity functions 2020-09-08 09:43:34 +02:00
Elizarov Ilya
d706072784 Merge pull request #2620 from ieliz:goturn
Bounding box fixes for GOTURN tracker

* Trying to change branch from master to 3.4

* Removing unnecessary if statement

* Frame existence check is added

* Changes in GOTURN tracker for reading path to caffemodel and prototxt files in opencv_extra

* Replacing get_data_path with findDataFile and moving paths in parameters

* tracking: fix GOTURN model loading

* Fixing GOTURN memory test: paths to GOTURN files are in cv::FileNode now

* Fix

* Fix

* Fixing comments

* Deleting trailing space

* Trying to solve the problem with test

* Removing ground truth reading part in GOTURN test

* Removing trailing spaces

* Trying to fix win64/win32 issue

* Fixing problem with win32/win64

* Trying to solve issue with win32/win64
2020-09-05 18:47:02 +00:00
Alexander Alekhin
f3da9fdceb Merge pull request #2642 from pemmanuelviel:pev--bugfix 2020-08-18 19:48:28 +00:00
pemmanuelviel
bddbcd5a40 Merge pull request #2638 from pemmanuelviel:pev--constify
* Set constants as const and replace some declaration+assignment by copy ctor

* Remove useless img2 as matching scores have already been buffered earlier
2020-08-18 19:47:57 +00:00
Pierre-Emmanuel Viel
6c19f9823c Fix mistake between 0x11 and 0b11 and change |=1 for +=1, increasing chance compiler will use ++ 2020-08-17 13:21:55 +02:00
pemmanuelviel
513c7a1513 Merge pull request #2634 from pemmanuelviel:pev--mctkernel-issues
Fix mctkernel issues

* Rewrite code

* Improve readability by adding lines between classes and methods

* Fix sign of t in the first condition and simplify conditions
2020-08-16 20:57:51 +00:00
Alexander Alekhin
24ef67dc3a Merge pull request #2637 from pemmanuelviel:pev--fix-kernel-size 2020-08-16 09:43:17 +00:00
Alexander Alekhin
8db40ab289 Merge pull request #2635 from pemmanuelviel:pev--fix-maxdisparity 2020-08-15 22:48:46 +00:00
Pierre-Emmanuel Viel
22f8586e89 Default kernel size of 9 was used instead of the set one 2020-08-15 21:00:42 +02:00
Pierre-Emmanuel Viel
f64f4bc3a9 Fix matching::maxDisparity value when calling StereoBinarySGBM::setNumDisparities after ctor
Note that it considers maxDisparity==numDisparities, and so minDisparity as being 0
2020-08-15 20:29:30 +02:00
Pierre-Emmanuel Viel
19a426191a Fix CV_Assert in descriptor.cpp 2020-08-14 17:21:08 +02:00
Jan Sellner
80dfcdbfb6 Fix default parameter to be coherent with documentation 2020-07-11 20:24:51 +02:00
Tomoaki Teshima
5910cc9039 fix compilation error on Jetson 2020-07-07 21:08:35 +09:00
Tomoaki Teshima
de211bf96e fix compilation error on MSVS 2020-07-07 08:47:03 +09:00
Tomoaki Teshima
32f8801ce0 avoid bit-exact test on Jetson 2020-07-05 11:21:38 +09:00
Alexander Alekhin
d3ea23c458 Merge pull request #2581 from tomoaki0705:fixFbs 2020-07-02 19:44:50 +00:00
Tomoaki Teshima
53626e76b0 avoid test failure based on rounding error 2020-07-02 17:46:02 +09:00
Vadim Pisarevsky
c82f096067 removed haarcascade_mcs_*.xml files, which are not quite relevant anymore and yet may cause some potential licensing issues as "non-commerical"-use only 2020-05-21 23:50:03 +03:00
Amy Tabb
aec1f71384 Merge pull request #2514 from amy-tabb:testCharucoCornersCollinear3.4
aruco: new feature testCharucoCornersCollinear() in charuco.hpp/cpp

* feature declaration + implementation

* Update charuco.hpp

Fixed parameter listing for Doxygen.

* Updated charuco.cpp

-indentation fixes
-switched order of the test for nCharucoCorners > 2 as suggested

* tests added for testCharucoCornersCollinear T/F

* fixed test to be consistent with C++98
2020-05-12 19:29:49 +00:00
Alexander Alekhin
1062808197 Merge pull request #2518 from berak:dnn_objdetect_remove_highgui 2020-04-30 13:58:58 +00:00
K Yasaswi Sri Chandra Gandhi
444123e346 Fixed typo. 2020-04-29 16:23:02 +03:00
berak
af9e3a254a dnn_objdetect: remove highgui header from core_detect.hpp 2020-04-29 09:19:50 +02:00
Alexander Alekhin
b31e55b6b5 Merge pull request #2506 from alalek:move_sift 2020-04-24 18:14:50 +00:00
Ajit Pant
865aef83d0 Added the missing default values in documentation of aruco:DetectorParameters. 2020-04-24 19:22:26 +05:30
Alexander Alekhin
a4ca61e24d xfeatures2d(python): compatibility cv.xfeatures2d.SIFT_create() 2020-04-23 08:44:49 +00:00
Alexander Alekhin
1248735d1e xfeatures2d: move SIFT to main repository 2020-04-21 11:22:41 +00:00
Alexander Alekhin
e92cbd0432 Merge pull request #2501 from alalek:sift_optimization_1 2020-04-21 07:36:49 +00:00
Amy Tabb
66ce803849 Merge pull request #2504 from amy-tabb:charuco-localization-fix
aruco: test for singular matrix in  _interpolateCornersCharucoLocalHom()

* fixed charuco interp bug

* coding style
2020-04-20 18:54:56 +00:00
Alexander Alekhin
ce7c8f2646 sift: avoid inplace calls of GaussianBlur
- should unlock IPP optimizations
2020-04-16 17:58:45 +00:00
Alexander Alekhin
a15e105db1 sift: perf tests and trace regions 2020-04-16 17:58:45 +00:00
Paul Jurczak
8420d96379 Update omnidir_tutorial.markdown 2020-04-15 06:27:01 +00:00
shimat
14722baee3 fix popcnt error for ARM/ARM64 2020-04-12 22:49:58 +09:00
Tomoaki Teshima
505ca72150 fix runtime error of test case redefinition 2020-04-08 23:47:47 +09:00
Alexander Alekhin
5d2cf95afc Merge pull request #2473 from akashsharma02:3.4 2020-03-26 08:03:58 +00:00
Alexander Alekhin
b928dfb366 Merge pull request #2478 from mshabunin:fix-msvc-warn 2020-03-24 21:54:12 +00:00
Maksim Shabunin
52624748b6 Fix warning in VS 2019 build 2020-03-24 13:05:42 +03:00
akashsharma02
e5b99bd941 Minor fix for solvePnPRansac params mismatch #2064
Use checkVector over "2-point trick"

Fix warnings on MSVC compiler
2020-03-22 17:56:34 -04:00
Alexander Alekhin
f7c14d907b stereo(perf): use SANITY_CHECK_NOTHING() 2020-03-22 02:24:54 +00:00
Alexander Alekhin
0a32fc3bb3 stereo: smallRegionRemoval() is not inplace 2020-03-22 02:19:58 +00:00
Alexander Alekhin
21d220d658 stereo: get rid of imageMeanKernelSize, replace with blur() 2020-03-22 01:31:02 +00:00
Alexander Alekhin
7c0e6efd24 stereo: fix massive invalid range access and uninitialized values 2020-03-22 01:23:55 +00:00
Alexander Alekhin
9c0e1525a7 stereo: restore public descriptor.hpp 2020-03-21 22:47:12 +00:00