Andrey Senyaev
a7e3630f30
Workflow for Github Actions to build and test OpenCV on Linux for 3.4
3 years ago
OpenCV Pushbot
b67873dc3f
Merge pull request #3230 from AleksandrPanov:fix_ArucoThreading_test
...
Fix warning for Aruco threading test
3 years ago
AleksandrPanov
7b707a051a
fix ArucoThreading test
3 years ago
Alexander Panov
76cd35ec1a
Merge pull request #3200 from AleksandrPanov:aruco_improvements
...
Aruco improvements
* add writeDictionary(), dict distance, fix readDictionary(), readDetectorParameters()
* add aruco_dict_utils.cpp
* add py test_write_read_dict
* update tutorial
3 years ago
Matti Jukola
0596c05087
Merge pull request #3220 from buq2:aruco-apriltag-infinite-loop-fix
...
Fix infinite loop on ArUco apriltag refinement
* Fix infinite loop on ArUco apriltag refinement
Software entered infinite loop when image height
was smaller than 10*cv::getNumThreads(). With high
core count machines this could happen with very
reasonable image sizes.
Fix is to ensure that chunksize is at least 1.
* Test aruco detection with different number of threads
Test ensures that different aruco detection methods do not
produce different results based on number of threads.
Test was created after observing infinite loop caused
by small image and large number of threads when using
apriltag corner refinement.
* Test refactoring.
* Syntax fix for pre-C++11 compilers.
Co-authored-by: Alexander Smorkalov <alexander.smorkalov@xperience.ai>
3 years ago
Alexander Alekhin
02c6b5ebc1
Merge pull request #3219 from vrabaud:34_remove_unused
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
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 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
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
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
Suleyman TURKMEN
5e2b53d022
bug-fix EdgeDrawing
3 years ago
Alexander Alekhin
ed0094c7b3
Merge pull request #3105 from AleksandrPanov:fix_refineDetectedMarkers_shape
3 years ago
Alexander Alekhin
4f76f2f311
Merge pull request #3169 from alalek:cmake_fix_sfm_build
3 years ago
Alexander Alekhin
f1200c5fbf
cmake(sfm): fix sfm static target dependencies
3 years ago
AleksandrPanov
d72a91f006
fixed bad shape of markers (1x4) in several cases and added tests
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
fcd5c7d4ab
Merge pull request #3159 from sturkmen72:edge_drawing
3 years ago
Suleyman TURKMEN
081bebdc4c
improvements on EdgeDrawing
3 years ago
Alexander Alekhin
b0ab32ed96
Merge pull request #3145 from LeatherWang:fix_edline_core
3 years ago
leatherwang
7e14b4bba1
Fix array out of range when too many line segments extracted
3 years ago
Alexander Alekhin
e0db5fde1d
Merge pull request #3126 from AleksandrPanov:update_ArUco_tutorial
3 years ago
Aleksandr Panov
a965b9bbf2
fix ArUco, ChArUco, diamonds, add read dictionary/params, add calibration photos, add tests, add aruco_samples_utility.hpp
3 years ago
Alexander Alekhin
5cc328d37a
Merge pull request #3083 from sergiud:win32-sfm-no-minmax-macros
4 years ago
Sergiu Deitsch
e332bce20c
win32: use NOMINMAX to avoid min/max macros being defined
4 years ago
Alexander Alekhin
a1eec2849f
Merge pull request #3072 from sergiomb2:master
4 years ago
Sérgio M. Basto
2a4348e07c
opencv-4.5.4 enable_cvv fixes #3063
...
The cvv module is compiled conditionally on HAVE_QT5. But in opencv commit 87d4970e8b4b3251035fdf4a0101335ee5904a58 this variable was renamed to HAVE_QT, so the module is never compiled.
Also check if QT_VERSION_MAJOR >= 5
4 years ago
Alexander Alekhin
bcd47eda5b
Merge pull request #3066 from sturkmen72:update-StructuredEdgeDetection
4 years ago
Suleyman TURKMEN
31f98132b3
update structured forests tutorial
4 years ago
Alexander Alekhin
fe23364366
Merge pull request #3068 from vrabaud:3.4
4 years ago
Vincent Rabaud
496ea61c8d
Do not use = 0 for a cv::Mat.
...
There are several operator= overloads and some compilers can be confused.
This is a leftover from https://github.com/opencv/opencv_contrib/pull/2987
4 years ago
Alexander Alekhin
3ef73fc2e6
Merge pull request #3067 from tomoaki0705:fixManySmallCircles
4 years ago
Tomoaki Teshima
7a916886d4
tolerate the rounding error
...
* edge drawing is NOT bit-exact
4 years ago
Alexander Alekhin
02c2b56c44
Merge pull request #3058 from sturkmen72:cleanup-old-c
4 years ago
Suleyman TURKMEN
1b39461321
cleanup old c
4 years ago
Alexander Alekhin
88c82fac81
Merge pull request #3043 from shah-scalpel:patch-1
4 years ago
Shahnawaz Ahmed
73fc8ee93e
Update annf.hpp
...
xphoto inpaint shiftmap kdtree crush fix
https://github.com/opencv/opencv_contrib/issues/965#issuecomment-429534323
4 years ago
Alexander Alekhin
d78296c924
Merge pull request #3051 from sturkmen72:restore-removed-code
4 years ago
Suleyman TURKMEN
6d40472356
Revert "line_descriptor: remove code with conflict license"
...
This reverts commit e990caef8d
.
4 years ago
Alexander Alekhin
79e58f9d1e
Merge pull request #3040 from WN90:or_mnist_Segmentation_fault
4 years ago
WN90
a932d9acb2
rename the database names in or_mnist.cpp to match that from mnist offical website
4 years ago
Alexander Alekhin
a81a7756fe
Merge pull request #3030 from alalek:fix_msvc_warnings
4 years ago
Alexander Alekhin
e98a24092b
Merge pull request #3031 from VadimLevin:dev/vlevin/fix-test-aruco-indices-type
4 years ago
Vadim Levin
83b04ee76d
fix: aruco test tries to pass 2d array to std::vector<int>
4 years ago
Alexander Alekhin
ce196ce2d6
build: eliminate build warnings
4 years ago
Alexander Alekhin
b472293d3f
Merge pull request #3027 from yossato:patch-2
4 years ago