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
b1ebea6fd9
Merge pull request #2740 from alalek:3.x_support_ceres_2.0.0
2020-11-07 15:40:52 +00:00
Alexander Alekhin
387ad42690
cmake: support Ceres 2.0.0
...
backport of commit: 23ee62a19b
2020-11-07 05:09:20 +00:00
Alexander Alekhin
8f3aa5c763
Merge pull request #2733 from alalek:fix_sfm_memory_leak
2020-11-01 19:12:39 +00:00
Alexander Alekhin
5b05f5c36f
sfm: fix memory leak
2020-10-31 12:59:23 +00:00
Alexander Alekhin
b8eca41614
Merge pull request #2687 from alalek:fix_build_msvs2019
3.4.12
2020-09-28 21:29:50 +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
Alexander Alekhin
374686aff4
Merge pull request #2632 from pemmanuelviel:pev--fix-descriptor-asserts
2020-08-14 17:37:04 +00:00
Pierre-Emmanuel Viel
19a426191a
Fix CV_Assert in descriptor.cpp
2020-08-14 17:21:08 +02:00
Alexander Alekhin
3ce9ec6c82
Merge pull request #2570 from JanSellner:doc-fix
3.4.11
2020-07-11 19:19:31 +00:00
Jan Sellner
80dfcdbfb6
Fix default parameter to be coherent with documentation
2020-07-11 20:24:51 +02:00
Alexander Alekhin
042548edb8
Merge pull request #2593 from tomoaki0705:fixCUDASurfTestError
2020-07-07 13:41:57 +00:00
Tomoaki Teshima
5910cc9039
fix compilation error on Jetson
2020-07-07 21:08:35 +09:00
Alexander Alekhin
7bfe31a7b9
Merge pull request #2591 from tomoaki0705:fixCUDASurfTestError
2020-07-07 10:25:35 +00:00
Tomoaki Teshima
de211bf96e
fix compilation error on MSVS
2020-07-07 08:47:03 +09:00
Alexander Alekhin
d98d9d75f8
Merge pull request #2588 from tomoaki0705:fixCUDASurfFailure
2020-07-05 18:27:01 +00: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
Alexander Alekhin
f9c8cb82dd
Merge pull request #2538 from vpisarev:remove_haarcascade_mcs
2020-05-22 15:17:03 +00: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
Alexander Alekhin
3496967c88
Merge pull request #2035 from kyscg:fix-mismatch
2020-04-30 13:57:46 +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
Alexander Alekhin
e5f36d65fd
Merge pull request #2509 from AjitPant:aruco-doc-bug
2020-04-24 17:20:46 +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
Alexander Alekhin
69c746ab10
Merge pull request #2498 from pauljurczak:patch-1
2020-04-16 09:58:45 +00:00
Paul Jurczak
8420d96379
Update omnidir_tutorial.markdown
2020-04-15 06:27:01 +00:00
Alexander Alekhin
6bd6f00ce2
Merge pull request #2488 from shimat:fix_uwp_arm
2020-04-12 17:14:32 +00:00