OpenCV Pushbot
bbe04482d1
Merge pull request #3224 from AleksandrPanov:fix_testBoardSubpixelCoords
...
fix testBoardSubpixelCoords
3 years ago
AleksandrPanov
2e9505617e
fix testBoardSubpixelCoords
3 years ago
Alexander Alekhin
02c6b5ebc1
Merge pull request #3219 from vrabaud:34_remove_unused
3 years ago
Alexander Alekhin
3b5a55876f
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Pranay Pandit
da967e070e
Merge pull request #3207 from aimbot6120:swtfix
...
replaced recursion DFS to stack DFS
3 years ago
Alexander Alekhin
fe43396536
Merge pull request #3199 from kim-ninh:wechatqr/hybrid_binarizer
3 years ago
Vincent Rabaud
1276bb86cb
Remove unused nrot variable.
...
This is to quiet the -Wunused-but-set-parameter clang diagnostic warning.
3 years ago
Ninh Huynh
a2550a59b9
re-implement blockIntegral calculation
3 years ago
Alexander Alekhin
7a8c959a03
Merge pull request #3217 from MehdiChinoune:patch-1
3 years ago
مهدي شينون (Mehdi Chinoune)
9901f16732
sfm: Fix linking with gflags 2.2.2
...
https://github.com/gflags/gflags/pull/259
3 years ago
Alexander Alekhin
7a35d3df76
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
cudawarped
1490611d63
Merge pull request #3198 from cudawarped:cudacodec_add_frame_colour_format_request
...
cudacodec::VideoReader add colour format selection functionality
* Add capacity to select different colour formats for each decoded frame produced by cudacodec::VideoReader.
Updated accompanying test.
* Address warning
3 years ago
Alexander Alekhin
ed38f75f07
Merge pull request #3209 from cudawarped:cudacodec_change_n_decode_surfaces
3 years ago
Alexander Alekhin
172a0446cd
Merge pull request #3211 from cudawarped:fix_cuda_minmax_python_bindings
3 years ago
Alexander Panov
ef5a7e8286
Merge pull request #3201 from AleksandrPanov:fix_filterTooCloseCandidates
...
* fix search for one contour in _filterTooCloseCandidates()
* add regression_3192 test
* add regression_2492 test
3 years ago
cudawarped
ea450e6378
Fix cuda::minMax and cuda::minMaxLoc python bindings to correctly output the results.
...
Added test case.
3 years ago
cudawarped
c3ac120b48
Add facility to request the minimum number of decode surfaces when creating cudacodec::VideoReader.
3 years ago
Alexander Panov
56d492cfec
Merge pull request #3174 from AleksandrPanov:fix_gridboard_objPoints
...
Fix objPoints order in GridBoard and CharucoBoard
* fix gridBoard
* fix charucoBoard
* add rightBottomBorder
* add test_aruco_utils and code refactoring/fix tests
* fix axes and add charuco dict
* add axes test, remove drawAxis(), update tutorial
3 years ago
Alexander Alekhin
631cefcc78
Merge pull request #3186 from AleksandrPanov:fix_CORNER_REFINE_CONTOUR
3 years ago
Alexander Alekhin
508c8db05e
Merge pull request #3196 from cudawarped:expose_cudacodec_format_to_python
3 years ago
cudawarped
54d1ae0417
Expose VideoReader::format() to python bindings and update python test to check for this.
3 years ago
Alexander Alekhin
dd8be233ad
Merge pull request #3191 from asmorkalov:as/cuda_meanstddev
3 years ago
Alexander Smorkalov
df101fd7e3
Added 32FC1 type support and mask to cuda::meanStdDev implementation.
3 years ago
Alexander Alekhin
ffdbeed9bd
Merge pull request #3181 from sturkmen72:bug-fix-edge_drawing
3 years ago
Aleksandr Panov
ef980e7b4e
remove camParams and add cornerIndex check
3 years ago
Mitul Vekariya
6a71751a64
Merge pull request #3185 from northvolt:hough_cuda_texture_obj
...
Use texture Object to make cv::cuda::HoughSegmentDetectorImpl::detect() thread-safe
* Use texture Object to make HoughSegmentDetectorImpl::detect() thread-safe
* Use parameter useRoi correctly in HoughLinesProbabilistic cuda test
Signed-off-by: Ron Evans <ron@hybridgroup.com>
Co-authored-by: airtop-bast <airtop-bast@northvolt.com>
Co-authored-by: Ron Evans <ron@hybridgroup.com>
3 years ago
Suleyman TURKMEN
5e2b53d022
bug-fix EdgeDrawing
3 years ago
Alexander Alekhin
a5b2490a3f
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
ed0094c7b3
Merge pull request #3105 from AleksandrPanov:fix_refineDetectedMarkers_shape
3 years ago
Alexander Alekhin
7882aea9c9
Merge pull request #3166 from aditya9710:my-readme-contribution
3 years ago
Alexander Alekhin
37570fac7f
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
6b8d5150a3
Merge pull request #3167 from cudawarped:issue_3163
3 years ago
Alexander Alekhin
933b0117ce
Merge pull request #3153 from stal12:4.x
3 years ago
Alexander Panov
51078a539b
Merge pull request #3151 from AleksandrPanov:rebase_aruco_speedup
...
Feature/aruco speedup (rebased with 4.x)
* initial commit of new aruco functionality
* add performance FHD tile tests and fix pyramid bugs
* remove global ArUco3 params (threshold)
* add ArUco params to test classes
Co-authored-by: Steffen Urban <urbste@googlemail.com>
3 years ago
Alexander Alekhin
4f76f2f311
Merge pull request #3169 from alalek:cmake_fix_sfm_build
3 years ago
Alexander Alekhin
30156e9dd7
Merge pull request #3168 from cudawarped:fix_gpumat_dataend_bug
3 years ago
Stefano Allegretti
80eb045bf6
Add Connected Components Labeling in CUDA
3 years ago
Alexander Alekhin
f1200c5fbf
cmake(sfm): fix sfm static target dependencies
3 years ago
cudawarped
55cbe767ac
Add locateROI test case to check GpuMat::dataend calculation.
3 years ago
cudawarped
54a7c7c627
Fix bug due to missing step.
...
(cherry picked from commit 1d207e772285dd2d99eed886c70cb342f0dba8e4)
3 years ago
AleksandrPanov
d72a91f006
fixed bad shape of markers (1x4) in several cases and added tests
3 years ago
Aditya Mehrotra
fa50e84c4c
Grammatically updated the readme
3 years ago
Alexander Alekhin
d4719b28f6
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
b535c9904e
Merge pull request #3165 from sturkmen72:patch-3
3 years ago
Suleyman TURKMEN
00b33cbd8f
Update edge_drawing.hpp
3 years ago
Alexander Alekhin
e223e1560a
Merge pull request #3148 from paroj:ovisup
3 years ago
Alexander Alekhin
fcd5c7d4ab
Merge pull request #3159 from sturkmen72:edge_drawing
3 years ago
Alexander Alekhin
82bd0c69a4
Merge pull request #3158 from paroj:ovisfix
3 years ago
Alexander Alekhin
43f3c2f83e
Merge pull request #3160 from sturkmen72:upd_templates
3 years ago
Suleyman TURKMEN
081bebdc4c
improvements on EdgeDrawing
3 years ago