Vincent Rabaud
7463e9b8bb
Even faster CV_PAUSE on SkyLake and above.
...
No need to loop as RDTSC is 3/4 times faster than _mm_pause.
2 years ago
Alexander Alekhin
07ed5e5346
Merge pull request #22980 from alalek:samples_python_3.11
2 years ago
Alexander Alekhin
5855eba9f3
samples: query for Python 3.11 setup
2 years ago
Alexander Alekhin
eace6adb6d
Merge pull request #22934 from alalek:fix_filestorage_binding
2 years ago
Alexander Smorkalov
6b50410336
Merge pull request #22966 from vrabaud:mm_pause_fix
...
Fix slower CV_PAUSE on SkyLake and above.
2 years ago
Alexander Alekhin
6e3700593f
compatibility: keep Ptr<FileStorage> stubs till OpenCV 5.0
2 years ago
Alexander Alekhin
6a8c5a1d27
python: resolve Ptr<FileStorage> requirement issue
2 years ago
Vincent Rabaud
b7b08fa0c3
Fix slower CV_PAUSE on SkyLake and above.
...
This is fixing https://github.com/opencv/opencv/issues/22852
2 years ago
Alexander Smorkalov
52709c7771
Merge pull request #22954 from VadimLevin:dev/vlevin/fix-merge-artifacts-in-python-misc-tests
...
fix: remove function duplicates in test_misc.py
2 years ago
Alexander Smorkalov
aff375808d
Merge pull request #22955 from VadimLevin:dev/vlevin/handle-properties-with-keyword-names
...
fix: add _ suffix to properties having reserved keyword names
2 years ago
Vadim Levin
3f5f09e730
fix: add _ suffix to properties having reserved keyword names
2 years ago
Vadim Levin
253a4c113e
fix: remove function duplicates in test_misc.py
2 years ago
Alexander Smorkalov
c2ecbc76ce
Merge pull request #22946 from VadimLevin:dev/vlevin/avfoundation-stable-multicamera-index
...
fix: AVFoundation inconsistent camera indices
2 years ago
Vadim Levin
727feda935
fix: AVFoundation inconsistent camera indices
2 years ago
Alexander Alekhin
ebaee3ea21
Merge pull request #22937 from asmorkalov:as/issue_22893
2 years ago
Alexander Smorkalov
423bc515e5
Integer underflow fix for morphologyEx in Carotene (arm).
2 years ago
Tomasz Ożański
d1ff87d94d
Bugfix for solvePnPRansac with SOLVEPNP_ITERATIVE
...
The current implementation overwrites the result rotation and translation in every iteration.
If SOLVEPNP_ITERATIVE was run as a refinement it will start from the incorrect initial
transformation thus degrading the final outcome.
2 years ago
Christine Poerschke
4792837f2e
Merge pull request #22865 from cpoerschke:3.4-issue-22860
...
ocl_minMaxIdx to call minmaxloc.cl for OpenCL 1.2+ only
2 years ago
Alexander Alekhin
416830fb59
Merge pull request #22888 from alalek:dnn_ov_fix_custom_layers
2 years ago
Alexander Alekhin
07b1bc2e88
Merge pull request #22910 from alalek:cmake_pkg_config_ignore_atomic
2 years ago
Alexander Alekhin
d16b3b2487
dnn(test): restore openvino tests with 'Cannot get memory' message
2 years ago
Alexander Alekhin
74d0b4cc78
dnn(openvino): fix custom layers BlockingDesc
2 years ago
Alexander Alekhin
8832a9dbd5
cmake: ocv_check_modules: ignore -latomic and -lstdc++
2 years ago
Alexander Smorkalov
d4dc6b509b
Merge pull request #22796 from ClayXrex:patch-1
...
fix: typo in opencv-python tutorials
2 years ago
ClayXrex
71a1150c95
fix: typo
2 years ago
Dan Mašek
aba2167d9c
Merge pull request #22838 from dan-masek:fix_issue_22837
...
Fix issue 22837: No more blank buttons on toolbar after resizing the window
2 years ago
Alexander Smorkalov
5db4f1f7df
Merge pull request #22830 from alalek:issue_22752
...
imgcodecs: ensure parameters are key-value pairs, fix HDR encoder
2 years ago
Alexander Alekhin
2a5da50902
Merge pull request #22806 from dan-masek:fix_issue_22767
2 years ago
Alexander Smorkalov
51758b2dd6
Merge pull request #22842 from asmorkalov:as/pr_22737_backport
...
backport #22737 : Cocoa/highgui: Set [NSApp activateIgnoringOtherApps] to spawn window on top
2 years ago
fwcd
90b144cf0a
Cocoa/highgui: Set activateIgnoringOtherApps
2 years ago
Alexander Alekhin
6c36cd5d6e
Merge pull request #22839 from zchrissirhcz:fix-typo-3.4
2 years ago
Zhuo Zhang
c63a6c472d
fix typo: Gausssian to Gaussian
2 years ago
Alexander Alekhin
5b3f721efa
Merge pull request #22805 from dan-masek:fix_issue_22766
2 years ago
Dan Mašek
e5bea2bde4
Fix #22766 : Corrected off-by one error causing inconsistent row spacing. (rebased to 3.4)
2 years ago
Dan Mašek
e9d64e0a8c
Fix #22767 : Ensure that the buttons are spaced to the size of the toolbar window, which is always visible. (rebased to 3.x)
2 years ago
Alexander Alekhin
f0df78b7e7
imgcodecs: ensure parameters are key-value pairs, fix HDR encoder
2 years ago
Alexander Smorkalov
7592d58f0c
Merge pull request #22771 from kallaballa:opencl_hls_and_hsv_conversions_bug
...
define the number of dstChannels for HLS and HSV conversion as well
2 years ago
Alexander Alekhin
d9f66413ee
Merge pull request #22811 from alalek:core_check_bool
2 years ago
Alexander Alekhin
1b1bbe4262
Merge pull request #22801 from alalek:update_zlib
...
* 3rdparty: zlib 1.2.12 => 1.2.13
https://github.com/madler/zlib/releases/tag/v1.2.13
- replace README -> LICENSE in install distribution
* 3rdparty(zlib): re-apply patch 20190330-ununitialized-use-state-check.diff
2 years ago
Alexander Alekhin
54531f8e3b
core: support CV_Check*() macros with 'bool' parameters
2 years ago
Alexander Smorkalov
b5a68f235a
Merge pull request #22802 from zihaomu:fix_infinit_loop_in_tf_34
...
Fix infinit loop in tf 3.4 branch
2 years ago
zihaomu
5bf64e7dfe
fix the infinite loop in tf importer of 3.4 branch
2 years ago
kallaballa
f5e852cdf0
define the number of dstChannels for HLS and HSV conversion as well
2 years ago
Alexander Alekhin
b418eb112c
Merge pull request #22717 from alalek:issue_22716
2 years ago
Alexander Alekhin
028d4d83d3
imgproc: sigma2=sigma1 in top-level function of GaussianBlur
2 years ago
Maksim Shabunin
c0a84dcc85
Merge pull request #22651 from mshabunin:script-doc
...
ts: basic documentation for utility scripts
2 years ago
Alexander Alekhin
e309a06b47
Merge pull request #22661 from catree:fix_AKAZE_bib_pages
2 years ago
Alexander Alekhin
86dad3aebe
Merge pull request #22662 from catree:fix_chessboard_img
2 years ago
catree
5a9fe9dedb
Replace the chessboard.png image with the pattern.png image since the chessboard.png image does not have proper squares which is not good for camera calibration accuracy.
2 years ago
catree
c7d24c0fb3
Fix AKAZE bib reference using dblp.org and bmva.org sources.
2 years ago