Rostislav Vasilikhin
6b15ef3f62
fix for 1-camera and stereocalib
2 years ago
Alexander Alekhin
b01f2f90a9
Merge pull request #3426 from tomoaki0705:handleNonBitExact
2 years ago
Tomoaki Teshima
f2e6a30046
make test tolerate to rounding error
2 years ago
Alexander Smorkalov
07c6760310
Merge pull request #3349 from sturkmen72:patch-3
...
fix for a bug in edge_drawing.py
3 years ago
Alexander Smorkalov
18b98a51fe
Merge pull request #3357 from berak/patch-2
...
Update xfeatures2d.hpp
3 years ago
Your Name
6fb484c07d
adding python smoke test for MSDDetector
3 years ago
Your Name
f9d92f2bb5
adding python smoke test for MSDDetector
3 years ago
Suleyman TURKMEN
b865387a8b
Update edge_drawing.py
3 years ago
Alexander Alekhin
0da725559e
Merge pull request #3319 from alalek:rework_psabi_warning
3 years ago
Alexander Alekhin
839db44377
Revert "suppress warning on GCC 7 and later"
...
This reverts commit a96a930f12
.
3 years ago
Alexander Smorkalov
9ffa7ac992
Merge pull request #3309 from asenyaev:asen/ubuntu14.04_workflow_contrib
3 years ago
Andrey Senyaev
e5aa1385c3
Workflow on Ubuntu 14.04 for 3.4 branch
3 years ago
Alexander Alekhin
07daac3e2f
Merge pull request #3306 from huangqinjin:fix
3 years ago
huangqinjin
f4712664ea
ximgproc: fix mismatched new delete
3 years ago
Alexander Alekhin
ca2f33362a
Merge pull request #3298 from tomoaki0705:fixWarnings
3 years ago
Tomoaki Teshima
a96a930f12
suppress warning on GCC 7 and later
3 years ago
Alexander Alekhin
79122d67f4
Merge pull request #3292 from jspricke:jpg_png
3 years ago
Jochen Sprickerhof
377e856803
Fix file ending
3 years ago
Alexander Alekhin
fc4e8cb7d0
Merge pull request #3281 from fengyuentau:macOS_workflows_for_3.4
3 years ago
fengyuentau
19769f03f3
add workflows for macOS for contrib 3.4
3 years ago
Alexander Alekhin
4c93cc9925
Merge pull request #3274 from jmackay2:3.4_ceres_fix
3 years ago
jmackay2
e182fc8675
Fix ceres manifold build
3 years ago
Alexander Panov
0eda296f40
Merge pull request #3256 from AleksandrPanov:fix_aruco_axes_docs
...
fix axes and docs
* fix axes docs, tutorial and add estimateParameters, change estimateParameters in test
* update docs, add singlemarkersaxes2.jpg
* fix docs
3 years ago
Vincent Rabaud
63cab1b0ee
Merge pull request #3243 from vrabaud:3.4_ceres
...
* Use ceres::Manifolds instead of ceres::LocalParameterization.
The latter is deprecated.
* Fix typo.
* Fix version check.
* And more version fixes.
3 years ago
Alexander Alekhin
8864b306f0
Merge pull request #3257 from asenyaev:asen/move_workflows_3.4
3 years ago
Andrey Senyaev
39530eaed9
Move workflows to a dedicated repository for 3.4 branch
3 years ago
Alexander Alekhin
e55f677b95
Merge pull request #3253 from alalek:fix_warnings_gcc12_3.4
3 years ago
Alexander Alekhin
ac6a5d44d6
build: GCC12 warnings
3 years ago
OpenCV Pushbot
c2005e4792
Merge pull request #3241 from asenyaev:asen/add_linux_workflow_3.4
...
Workflow for Github Actions to build and test OpenCV on Linux for 3.4
3 years ago
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