Alexander Alekhin
ce196ce2d6
build: eliminate build warnings
2021-08-28 17:37:06 +00:00
Alexander Alekhin
b472293d3f
Merge pull request #3027 from yossato:patch-2
2021-08-27 23:36:46 +00:00
Yoshiaki Sato
4295bd79fc
Update detector_params.yml
...
Fix minCornerDistanceRate from 10.0 to 0.05, see https://docs.opencv.org/master/d1/dcd/structcv_1_1aruco_1_1DetectorParameters.html .
2021-08-27 06:51:46 +09:00
Alexander Alekhin
b323529bb9
Merge pull request #3026 from yossato:patch-1
2021-08-25 10:15:14 +00:00
Yoshiaki Sato
85a21db82c
Update detector_params.yml
...
Renamed a variable name minCornerDistance to minCornerDistanceRate since it is used at 907efb9668/modules/aruco/samples/detect_markers.cpp (L93)
and 907efb9668/modules/aruco/samples/detect_diamonds.cpp (L94)
.
2021-08-25 09:53:16 +09:00
Alexander Alekhin
ec541b7ad2
Merge pull request #3017 from pauljurczak:patch-3
2021-08-24 19:32:55 +00:00
Alexander Alekhin
29134ef6c2
Merge pull request #3025 from svenevs:fixperms-3.4
2021-08-24 09:45:04 +00:00
Stephen McDowell
ed199a3498
remove executable bit for various files
2021-08-23 16:57:33 -06:00
Paul Jurczak
68e55497b9
corrected a typo
2021-08-20 11:01:03 +00:00
Alexander Alekhin
907efb9668
Merge pull request #2994 from archit120:julia_phase1
2021-08-05 18:09:54 +00:00
Alexander Alekhin
66f4ad412a
Merge pull request #3010 from alalek:cmake_eliminate_modules_scope
2021-07-31 14:49:17 +00:00
Alexander Alekhin
e8ac023368
cmake: process modules in the same CMake scope
2021-07-25 19:51:17 +00:00
cudawarped
6a18431421
Merge pull request #3001 from cudawarped:fix_cudacodec_wh
...
* Correct width/height returned by cudacodec::VideoReader::FormatInfo()
* Remove redundant calls to VideoCapture
2021-07-10 12:57:23 +00:00
cudawarped
2c5a77712b
Merge pull request #2999 from cudawarped:fix_cudacodec_stream
...
Fix cudacodec so that it can use streams other than the default
* Add stream property to CUVIDPROCPARAMS so that the post processing and mapping (cuvidMapVideoFrame) of a video frame to cuda from the hardware decoder can use streams other than the default.
* Use standard OpenCV StreamAccessor::getStream() method for returning the raw cuda stream.
2021-07-09 18:48:25 +00:00
Archit Rungta
1b88234778
Add documentation for Julia binaries - GSoC
2021-07-09 10:17:22 +05:30
Artem Saratovtsev
d5317d6297
Merge pull request #2964 from DumDereDum:icp_docs
...
ICP Docs
* add first info
* add main info
* minor fix
* defgroup fix
* move docs to rgbd.hpp
* try to fix
* add f
* fix with f
* minor fix
* final fix
* whitespace fix
* info fix
* uppercase letter
* create md docs
* try to do math in md
* first draft
* minor fix | add to the web docs
* minor fixes
* minor fixes
* add T
* minor fix of meaning
* Update kinfu_icp.markdown
* Update kinfu_icp.markdown
* More edits
* whitespace
* minor changes
Co-authored-by: Rostislav Vasilikhin <savuor@gmail.com >
4.5.3
2021-07-04 21:55:23 +00:00
Alexander Alekhin
8bba3b3d0a
Merge pull request #2988 from vrabaud:master
2021-07-01 19:40:43 +00:00
Alexander Alekhin
457740fb90
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2021-07-01 10:49:39 +00:00
scloke
e9e507039d
Merge pull request #2937 from scloke:patch-1
...
* Divide by zero error in SEEDS Superpixels #2935
When processing a large number of images, a program crash can occur with a divide by zero error in the above function. Changing the order of multiplication / division avoids a division by zero.
* Update seeds.cpp
Minor corrections
3.4.15
2021-07-01 10:46:28 +00:00
Vincent Rabaud
bac6ee7f08
Do not use = 0 for a cv::Mat.
...
There are several operator= overloads and some compilers can be confused.
2021-06-29 23:01:53 +02:00
Alexander Alekhin
76dde8f377
Merge pull request #2987 from vrabaud:3.4
2021-06-29 20:56:04 +00:00
Vincent Rabaud
8a33d68eac
Do not use = 0 for a cv::Mat.
...
There are several operator= overloads and some compilers can be confused.
2021-06-29 16:11:49 +02:00
Alexander Alekhin
4024870fd9
Merge pull request #2979 from archit120:julia_typepatch
2021-06-25 13:05:07 +00:00
Alexander Alekhin
f7b566fc89
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2021-06-21 21:48:41 +00:00
Alexander Alekhin
2bef7d7b50
Merge pull request #2973 from rogday:aruco_ids_rw
2021-06-19 10:03:19 +00:00
Archit Rungta
2a04f93ed8
julia - Fix type conversion bug
2021-06-16 16:00:01 +05:30
Smirnov Egor
7e7fbbae3a
add setIds and make ids field RW in python
2021-06-16 11:44:56 +03:00
Alexander Alekhin
173d25ce33
Merge pull request #2978 from berak:fix_fuzzy_memleak
2021-06-15 18:28:35 +00:00
channings
10d1020952
Merge pull request #2972 from Channingss:date_type_fixer
...
Date type fixer
* Update unicomblock.hpp
modify data type of m_iNowIdx
* Update unicomblock.cpp
2021-06-15 17:39:41 +00:00
berak
dfd321db6b
fuzzy: fix memleaks
2021-06-15 13:06:46 +02:00
Alexander Alekhin
8eec886808
Merge pull request #2967 from paroj:rapid_gos
2021-06-08 18:40:47 +00:00
Pavel Rojtberg
f3f20a38e8
rapid: add global optimal search implementation
...
also fix error in LOS regarding tau
2021-06-07 21:34:11 +02:00
Alexander Alekhin
029c283362
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2021-05-23 21:21:52 +00:00
Alexander Alekhin
4613c51d51
Merge pull request #2943 from sturkmen72:EdgeDrawing_Improvements
2021-05-22 17:56:11 +00:00
David Forrest
b7cd3fd515
Merge pull request #2950 from drf5n:patch-1
...
* Sanity check tutorial_charuco_create_detect.cpp::readCameraParameters()
* check both camMatrix and distCoeffs sizes
* check only widths of camMatrix and distCoeffs matrixes
* check sizes of camMatrix and distCoeffs matrixes
* check size of only camMatrix
2021-05-20 19:22:29 +00:00
Alexander Alekhin
4fc6995375
Merge pull request #2951 from rogday:vtk9_world
2021-05-19 14:25:03 +00:00
Alexander Alekhin
e0cfc9208e
Merge pull request #2953 from iclemens:lbf_dont_convert_to_grayscale
2021-05-19 13:41:49 +00:00
Alexander Alekhin
a41d0fd0e8
Merge pull request #2952 from iclemens:lbf_dont_check_cascade
2021-05-19 09:06:29 +00:00
Ivar Clemens
f91b4d80cd
Do conversion to grayscale after face detection.
2021-05-16 04:04:04 +02:00
Ivar Clemens
025e1377c6
Removed check for cascade_face as it is not used.
2021-05-16 04:02:42 +02:00
Smirnov Egor
567e40c531
vtk 9.0 autoinit fix
2021-05-14 19:06:32 +03:00
Suleyman TURKMEN
390dc84a5b
EdgeDrawing Improvements 2
2021-05-13 02:50:09 +03:00
Alexander Alekhin
b619a06363
Merge pull request #2944 from paroj:ogre_devel
2021-05-11 16:36:53 +00:00
Pavel Rojtberg
c7b27f8e77
ovis: allow using OGRE devel
...
only compatible versions support CMake CONFIG mode.
Use that to make check more robust.
2021-05-10 20:47:31 +02:00
Alexander Alekhin
fc0cec623a
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2021-05-01 09:44:29 +00:00
Frank Dana
0d74c5016f
Merge pull request #2931 from ferdnyc:wechat-iconv-fix
...
Link wechat_qrcode with libiconv on MinGW
* wechat_qrcode: explicit iconv dependency
Iconv isn't automatic on all systems, non-POSIX have a separate
libiconv that needs to be found in CMake and linked.
* Don't disable iconv on MinGW
* wechat_qrcode: Disable iconv if not found
2021-05-01 09:35:27 +00:00
Junhao Liang
ff9b0a10f6
Merge pull request #2929 from SUSTech-OpenCV:bugfix-barcode
...
Bugfix: barcode module
* bugfix:
1. jni crashing while coping vector<BarcodeType> to list;
2. in python/java, assertion fails when calling decode(), because of (2D Mat).copyTo(vector<Point>);
3. the algorithm of decodeROI() is wrong.
* add python and java tests
* use constexpr
2021-04-22 18:18:48 +00:00
Alexander Alekhin
f5aeecf2da
Merge pull request #2907 from sturkmen72:Edge_Drawing_Improvements
2021-04-19 19:54:01 +00:00
Suleyman TURKMEN
aa850cd83b
EdgeDrawing Improvements 1
2021-04-19 13:40:00 +03:00
Alexander Alekhin
763942f2e0
Merge pull request #2928 from alalek:cmake_handle_glog_target
2021-04-17 19:34:14 +00:00