platform/upstream/opencv.git
17 months agoMerge pull request #22914 from tozanski:tomoz/ransac-bugfix
Alexander Smorkalov [Thu, 22 Dec 2022 08:58:14 +0000 (11:58 +0300)]
Merge pull request #22914 from tozanski:tomoz/ransac-bugfix

Bugfix for solvePnPRansac with SOLVEPNP_ITERATIVE

17 months agoMerge pull request #22988 from vrabaud:mm_pause_fix
Alexander Alekhin [Mon, 19 Dec 2022 17:06:50 +0000 (17:06 +0000)]
Merge pull request #22988 from vrabaud:mm_pause_fix

17 months agoEven faster CV_PAUSE on SkyLake and above.
Vincent Rabaud [Mon, 19 Dec 2022 13:15:34 +0000 (14:15 +0100)]
Even faster CV_PAUSE on SkyLake and above.

No need to loop as RDTSC is 3/4 times faster than _mm_pause.

17 months agoMerge pull request #22980 from alalek:samples_python_3.11
Alexander Alekhin [Sun, 18 Dec 2022 02:07:46 +0000 (02:07 +0000)]
Merge pull request #22980 from alalek:samples_python_3.11

17 months agosamples: query for Python 3.11 setup
Alexander Alekhin [Sun, 18 Dec 2022 00:14:41 +0000 (00:14 +0000)]
samples: query for Python 3.11 setup

17 months agoMerge pull request #22934 from alalek:fix_filestorage_binding
Alexander Alekhin [Sat, 17 Dec 2022 03:28:13 +0000 (03:28 +0000)]
Merge pull request #22934 from alalek:fix_filestorage_binding

17 months agoMerge pull request #22966 from vrabaud:mm_pause_fix
Alexander Smorkalov [Fri, 16 Dec 2022 09:19:24 +0000 (12:19 +0300)]
Merge pull request #22966 from vrabaud:mm_pause_fix

Fix slower CV_PAUSE on SkyLake and above.

17 months agocompatibility: keep Ptr<FileStorage> stubs till OpenCV 5.0
Alexander Alekhin [Fri, 9 Dec 2022 21:05:17 +0000 (21:05 +0000)]
compatibility: keep Ptr<FileStorage> stubs till OpenCV 5.0

17 months agopython: resolve Ptr<FileStorage> requirement issue
Alexander Alekhin [Thu, 8 Dec 2022 23:37:39 +0000 (23:37 +0000)]
python: resolve Ptr<FileStorage> requirement issue

17 months agoFix slower CV_PAUSE on SkyLake and above.
Vincent Rabaud [Thu, 15 Dec 2022 11:28:30 +0000 (12:28 +0100)]
Fix slower CV_PAUSE on SkyLake and above.

This is fixing https://github.com/opencv/opencv/issues/22852

17 months agoMerge pull request #22954 from VadimLevin:dev/vlevin/fix-merge-artifacts-in-python...
Alexander Smorkalov [Wed, 14 Dec 2022 06:42:43 +0000 (09:42 +0300)]
Merge pull request #22954 from VadimLevin:dev/vlevin/fix-merge-artifacts-in-python-misc-tests

fix: remove function duplicates in test_misc.py

17 months agoMerge pull request #22955 from VadimLevin:dev/vlevin/handle-properties-with-keyword...
Alexander Smorkalov [Wed, 14 Dec 2022 06:35:07 +0000 (09:35 +0300)]
Merge pull request #22955 from VadimLevin:dev/vlevin/handle-properties-with-keyword-names

fix: add _ suffix to properties having reserved keyword names

17 months agofix: add _ suffix to properties having reserved keyword names
Vadim Levin [Tue, 13 Dec 2022 17:24:57 +0000 (20:24 +0300)]
fix: add _ suffix to properties having reserved keyword names

17 months agofix: remove function duplicates in test_misc.py
Vadim Levin [Tue, 13 Dec 2022 16:14:52 +0000 (19:14 +0300)]
fix: remove function duplicates in test_misc.py

17 months agoMerge pull request #22946 from VadimLevin:dev/vlevin/avfoundation-stable-multicamera...
Alexander Smorkalov [Tue, 13 Dec 2022 07:34:42 +0000 (10:34 +0300)]
Merge pull request #22946 from VadimLevin:dev/vlevin/avfoundation-stable-multicamera-index

fix: AVFoundation inconsistent camera indices

17 months agofix: AVFoundation inconsistent camera indices
Vadim Levin [Mon, 12 Dec 2022 07:41:39 +0000 (10:41 +0300)]
fix: AVFoundation inconsistent camera indices

17 months agoMerge pull request #22937 from asmorkalov:as/issue_22893
Alexander Alekhin [Fri, 9 Dec 2022 17:11:51 +0000 (17:11 +0000)]
Merge pull request #22937 from asmorkalov:as/issue_22893

17 months agoInteger underflow fix for morphologyEx in Carotene (arm).
Alexander Smorkalov [Fri, 9 Dec 2022 12:06:08 +0000 (15:06 +0300)]
Integer underflow fix for morphologyEx in Carotene (arm).

18 months agoBugfix for solvePnPRansac with SOLVEPNP_ITERATIVE
Tomasz Ożański [Tue, 20 Jul 2021 11:49:40 +0000 (13:49 +0200)]
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.

18 months agoMerge pull request #22865 from cpoerschke:3.4-issue-22860
Christine Poerschke [Sat, 3 Dec 2022 05:29:04 +0000 (05:29 +0000)]
Merge pull request #22865 from cpoerschke:3.4-issue-22860

ocl_minMaxIdx to call minmaxloc.cl for OpenCL 1.2+ only

18 months agoMerge pull request #22888 from alalek:dnn_ov_fix_custom_layers
Alexander Alekhin [Sat, 3 Dec 2022 05:24:28 +0000 (05:24 +0000)]
Merge pull request #22888 from alalek:dnn_ov_fix_custom_layers

18 months agoMerge pull request #22910 from alalek:cmake_pkg_config_ignore_atomic
Alexander Alekhin [Sat, 3 Dec 2022 05:22:04 +0000 (05:22 +0000)]
Merge pull request #22910 from alalek:cmake_pkg_config_ignore_atomic

18 months agodnn(test): restore openvino tests with 'Cannot get memory' message
Alexander Alekhin [Fri, 2 Dec 2022 23:55:16 +0000 (23:55 +0000)]
dnn(test): restore openvino tests with 'Cannot get memory' message

18 months agodnn(openvino): fix custom layers BlockingDesc
Alexander Alekhin [Wed, 30 Nov 2022 01:26:09 +0000 (01:26 +0000)]
dnn(openvino): fix custom layers BlockingDesc

18 months agocmake: ocv_check_modules: ignore -latomic and -lstdc++
Alexander Alekhin [Fri, 2 Dec 2022 22:48:40 +0000 (22:48 +0000)]
cmake: ocv_check_modules: ignore -latomic and -lstdc++

18 months agoMerge pull request #22796 from ClayXrex:patch-1
Alexander Smorkalov [Wed, 30 Nov 2022 11:26:07 +0000 (14:26 +0300)]
Merge pull request #22796 from ClayXrex:patch-1

fix: typo in opencv-python tutorials

18 months agofix: typo
ClayXrex [Sat, 12 Nov 2022 11:31:57 +0000 (12:31 +0100)]
fix: typo

18 months agoMerge pull request #22838 from dan-masek:fix_issue_22837
Dan Mašek [Tue, 22 Nov 2022 10:47:27 +0000 (11:47 +0100)]
Merge pull request #22838 from dan-masek:fix_issue_22837

Fix issue 22837: No more blank buttons on toolbar after resizing the window

18 months agoMerge pull request #22830 from alalek:issue_22752
Alexander Smorkalov [Tue, 22 Nov 2022 09:50:02 +0000 (12:50 +0300)]
Merge pull request #22830 from alalek:issue_22752

imgcodecs: ensure parameters are key-value pairs, fix HDR encoder

18 months agoMerge pull request #22806 from dan-masek:fix_issue_22767
Alexander Alekhin [Mon, 21 Nov 2022 19:53:34 +0000 (19:53 +0000)]
Merge pull request #22806 from dan-masek:fix_issue_22767

18 months agoMerge pull request #22842 from asmorkalov:as/pr_22737_backport
Alexander Smorkalov [Mon, 21 Nov 2022 10:41:44 +0000 (13:41 +0300)]
Merge pull request #22842 from asmorkalov:as/pr_22737_backport

backport #22737: Cocoa/highgui: Set [NSApp activateIgnoringOtherApps] to spawn window on top

18 months agoCocoa/highgui: Set activateIgnoringOtherApps
fwcd [Tue, 1 Nov 2022 17:24:10 +0000 (18:24 +0100)]
Cocoa/highgui: Set activateIgnoringOtherApps

18 months agoMerge pull request #22839 from zchrissirhcz:fix-typo-3.4
Alexander Alekhin [Mon, 21 Nov 2022 07:48:03 +0000 (07:48 +0000)]
Merge pull request #22839 from zchrissirhcz:fix-typo-3.4

18 months agofix typo: Gausssian to Gaussian
Zhuo Zhang [Mon, 21 Nov 2022 02:44:12 +0000 (10:44 +0800)]
fix typo: Gausssian to Gaussian

18 months agoMerge pull request #22805 from dan-masek:fix_issue_22766
Alexander Alekhin [Sun, 20 Nov 2022 22:28:24 +0000 (22:28 +0000)]
Merge pull request #22805 from dan-masek:fix_issue_22766

18 months agoFix #22766: Corrected off-by one error causing inconsistent row spacing. (rebased...
Dan Mašek [Tue, 15 Nov 2022 00:04:03 +0000 (01:04 +0100)]
Fix #22766: Corrected off-by one error causing inconsistent row spacing. (rebased to 3.4)

18 months agoFix #22767: Ensure that the buttons are spaced to the size of the toolbar window...
Dan Mašek [Tue, 15 Nov 2022 00:18:46 +0000 (01:18 +0100)]
Fix #22767: Ensure that the buttons are spaced to the size of the toolbar window, which is always visible. (rebased to 3.x)

18 months agoimgcodecs: ensure parameters are key-value pairs, fix HDR encoder
Alexander Alekhin [Fri, 18 Nov 2022 18:09:26 +0000 (18:09 +0000)]
imgcodecs: ensure parameters are key-value pairs, fix HDR encoder

18 months agoMerge pull request #22771 from kallaballa:opencl_hls_and_hsv_conversions_bug
Alexander Smorkalov [Thu, 17 Nov 2022 10:36:18 +0000 (13:36 +0300)]
Merge pull request #22771 from kallaballa:opencl_hls_and_hsv_conversions_bug

define the number of dstChannels for HLS and HSV conversion as well

18 months agoMerge pull request #22811 from alalek:core_check_bool
Alexander Alekhin [Wed, 16 Nov 2022 04:06:23 +0000 (04:06 +0000)]
Merge pull request #22811 from alalek:core_check_bool

18 months agoMerge pull request #22801 from alalek:update_zlib
Alexander Alekhin [Wed, 16 Nov 2022 04:05:08 +0000 (07:05 +0300)]
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

18 months agocore: support CV_Check*() macros with 'bool' parameters
Alexander Alekhin [Tue, 15 Nov 2022 09:55:22 +0000 (09:55 +0000)]
core: support CV_Check*() macros with 'bool' parameters

18 months agoMerge pull request #22802 from zihaomu:fix_infinit_loop_in_tf_34
Alexander Smorkalov [Tue, 15 Nov 2022 08:45:14 +0000 (11:45 +0300)]
Merge pull request #22802 from zihaomu:fix_infinit_loop_in_tf_34

Fix infinit loop in tf 3.4 branch

18 months agofix the infinite loop in tf importer of 3.4 branch
zihaomu [Tue, 15 Nov 2022 03:42:10 +0000 (11:42 +0800)]
fix the infinite loop in tf importer of 3.4 branch

18 months agodefine the number of dstChannels for HLS and HSV conversion as well
kallaballa [Wed, 9 Nov 2022 00:32:07 +0000 (01:32 +0100)]
define the number of dstChannels for HLS and HSV conversion as well

19 months agoMerge pull request #22717 from alalek:issue_22716
Alexander Alekhin [Mon, 31 Oct 2022 17:03:43 +0000 (17:03 +0000)]
Merge pull request #22717 from alalek:issue_22716

19 months agoimgproc: sigma2=sigma1 in top-level function of GaussianBlur
Alexander Alekhin [Fri, 28 Oct 2022 17:03:43 +0000 (17:03 +0000)]
imgproc: sigma2=sigma1 in top-level function of GaussianBlur

19 months agoMerge pull request #22651 from mshabunin:script-doc
Maksim Shabunin [Thu, 20 Oct 2022 11:11:02 +0000 (14:11 +0300)]
Merge pull request #22651 from mshabunin:script-doc

ts: basic documentation for utility scripts

19 months agoMerge pull request #22661 from catree:fix_AKAZE_bib_pages
Alexander Alekhin [Wed, 19 Oct 2022 15:48:38 +0000 (15:48 +0000)]
Merge pull request #22661 from catree:fix_AKAZE_bib_pages

19 months agoMerge pull request #22662 from catree:fix_chessboard_img
Alexander Alekhin [Wed, 19 Oct 2022 12:57:16 +0000 (12:57 +0000)]
Merge pull request #22662 from catree:fix_chessboard_img

19 months agoReplace the chessboard.png image with the pattern.png image since the chessboard...
catree [Wed, 19 Oct 2022 12:11:01 +0000 (14:11 +0200)]
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.

19 months agoFix AKAZE bib reference using dblp.org and bmva.org sources.
catree [Wed, 19 Oct 2022 11:55:33 +0000 (13:55 +0200)]
Fix AKAZE bib reference using dblp.org and bmva.org sources.

19 months agoMerge pull request #22617 from changh95:4.x
Alexander Alekhin [Fri, 14 Oct 2022 09:17:15 +0000 (09:17 +0000)]
Merge pull request #22617 from changh95:4.x

19 months agoMerge pull request #22637 from alalek:docs_fix_links_generation_22572
Alexander Smorkalov [Fri, 14 Oct 2022 06:18:27 +0000 (09:18 +0300)]
Merge pull request #22637 from alalek:docs_fix_links_generation_22572

docs: prefer # for links generation

19 months agofix typo (portatibility -> portability)
Hyunggi Chang [Sun, 9 Oct 2022 12:58:09 +0000 (21:58 +0900)]
fix typo (portatibility -> portability)

19 months agodocs: prefer # for links generation
Alexander Alekhin [Thu, 13 Oct 2022 20:40:56 +0000 (20:40 +0000)]
docs: prefer # for links generation

- avoid `@ref`
- align with 4.x branch (minimize merge conflicts)

19 months agoMerge pull request #22600 from alalek:cmake_opt_force_targets
Alexander Alekhin [Thu, 6 Oct 2022 05:05:40 +0000 (05:05 +0000)]
Merge pull request #22600 from alalek:cmake_opt_force_targets

19 months agocmake(opt): force separate targets for dispatched code
Alexander Alekhin [Wed, 5 Oct 2022 18:51:39 +0000 (21:51 +0300)]
cmake(opt): force separate targets for dispatched code

- PCH may not pass compilation flags properly

19 months agoMerge pull request #22539 from catree:feat_homography_tutorial_gif
Alexander Smorkalov [Tue, 4 Oct 2022 12:59:40 +0000 (15:59 +0300)]
Merge pull request #22539 from catree:feat_homography_tutorial_gif

Add a gif to the homography exercise

19 months agoMerge pull request #22194 from heavyrain-lzy:fixbug_pyrup
Alexander Smorkalov [Tue, 4 Oct 2022 12:37:01 +0000 (15:37 +0300)]
Merge pull request #22194 from heavyrain-lzy:fixbug_pyrup

Fix the pyramid bug when src*2 < dst

19 months agoAdd an image to illustrate camera poses interpolation for the small homography exercise.
catree [Tue, 20 Sep 2022 11:39:31 +0000 (13:39 +0200)]
Add an image to illustrate camera poses interpolation for the small homography exercise.

20 months agoMerge pull request #22404 from Kumataro:3.4-fix22388_2
Kumataro [Mon, 3 Oct 2022 15:24:15 +0000 (00:24 +0900)]
Merge pull request #22404 from Kumataro:3.4-fix22388_2

* imgcodecs: tiff: Reduce memory usage to read 16bit image.

* imgcodecs: tiff: Reduce memory usage to read 8bit images

* imgcodecs: tiff: split basic test and full test.

* imgcodecs: tiff: fix to warning C4244

* imgcodecs: tiff: fix to warning C4244

20 months agoMerge pull request #22584 from vrabaud:msan
Alexander Smorkalov [Mon, 3 Oct 2022 12:48:38 +0000 (15:48 +0300)]
Merge pull request #22584 from vrabaud:msan

Move marking memory as initialized earlier.

20 months agoMove marking memory as initialized earlier.
Vincent Rabaud [Wed, 28 Sep 2022 19:57:46 +0000 (21:57 +0200)]
Move marking memory as initialized earlier.

20 months agoMerge pull request #22572 from catree:feat_improve_doc_calib3d
Alexander Smorkalov [Tue, 27 Sep 2022 07:19:17 +0000 (10:19 +0300)]
Merge pull request #22572 from catree:feat_improve_doc_calib3d

[3.4] Add information about the disparity-to-depth mapping matrix

20 months agoAdd information about the disparity-to-depth mapping matrix. Add more references...
catree [Mon, 26 Sep 2022 16:40:18 +0000 (18:40 +0200)]
Add information about the disparity-to-depth mapping matrix. Add more references about other related functions in the calib3d doc.

20 months agoMerge pull request #22568 from asmorkalov:as/webp_warning
Alexander Smorkalov [Mon, 26 Sep 2022 11:16:18 +0000 (14:16 +0300)]
Merge pull request #22568 from asmorkalov:as/webp_warning

Report that animated webp is not supported for now

20 months agoReport that animated webp is not supported for now.
Alexander Smorkalov [Mon, 26 Sep 2022 10:50:23 +0000 (13:50 +0300)]
Report that animated webp is not supported for now.

20 months agoMerge pull request #22285 from asenyaev:asen/disabled_compiling_warnings_3.4
Alexander Smorkalov [Tue, 20 Sep 2022 12:14:36 +0000 (15:14 +0300)]
Merge pull request #22285 from asenyaev:asen/disabled_compiling_warnings_3.4

Disabled compiling warnings in case of symbols in cmake for 3.4

20 months agoDisabled compiling warnings in case of symbols in cmake for 3.4
Andrey Senyaev [Tue, 20 Sep 2022 10:34:17 +0000 (13:34 +0300)]
Disabled compiling warnings in case of symbols in cmake for 3.4

20 months agoMerge pull request #22512 from alalek:build_warning_gcc12_uninitialized
Alexander Smorkalov [Tue, 20 Sep 2022 06:29:00 +0000 (09:29 +0300)]
Merge pull request #22512 from alalek:build_warning_gcc12_uninitialized

build: eliminate uninitialized warnings from GCC12

20 months agoMerge pull request #22511 from alalek:dnn_build_warning_gcc12
Alexander Smorkalov [Mon, 19 Sep 2022 13:22:54 +0000 (16:22 +0300)]
Merge pull request #22511 from alalek:dnn_build_warning_gcc12

dnn: eliminate GCC12 warning in total() call

20 months agoMerge pull request #22504 from hflemmen:fix-broken-link
Alexander Smorkalov [Wed, 14 Sep 2022 17:01:04 +0000 (20:01 +0300)]
Merge pull request #22504 from hflemmen:fix-broken-link

Removes a broken link

20 months agobuild: eliminate uninitialized warnings from GCC12
Alexander Alekhin [Wed, 14 Sep 2022 11:57:46 +0000 (11:57 +0000)]
build: eliminate uninitialized warnings from GCC12

20 months agodnn: eliminate GCC12 warning in total() call
Alexander Alekhin [Tue, 6 Sep 2022 15:50:37 +0000 (15:50 +0000)]
dnn: eliminate GCC12 warning in total() call

20 months agoUpdate the fourcc codes link
Henrik Dobbe Flemmen [Mon, 12 Sep 2022 12:37:11 +0000 (14:37 +0200)]
Update the fourcc codes link

20 months agoMerge pull request #22482 from Glutamat42:tutorial_generalized_hough_transform
Alexander Smorkalov [Mon, 12 Sep 2022 07:45:18 +0000 (10:45 +0300)]
Merge pull request #22482 from Glutamat42:tutorial_generalized_hough_transform

Tutorial for Generalized Hough Ballard and Guil Transform

20 months agomove tutorial to imgproc and example to ImgTrans
Markus Heck [Sat, 10 Sep 2022 15:40:31 +0000 (17:40 +0200)]
move tutorial to imgproc and example to ImgTrans

20 months agofix typo and simplify example (grayscale template)
Markus Heck [Fri, 9 Sep 2022 13:27:11 +0000 (15:27 +0200)]
fix typo and simplify example (grayscale template)

20 months agoInclude code snippets with doxygen notation and small fix in table_of_content_objdete...
Markus Heck [Thu, 8 Sep 2022 11:03:33 +0000 (13:03 +0200)]
Include code snippets with doxygen notation and small fix in table_of_content_objdetect.markdown

20 months agoTutorial for Generalized Hough Ballard and Guil Transform
Markus Heck [Thu, 8 Sep 2022 01:04:19 +0000 (03:04 +0200)]
Tutorial for Generalized Hough Ballard and Guil Transform

20 months agoMerge pull request #21934 from Yulv-git:3.4-typos2
Alexander Smorkalov [Wed, 7 Sep 2022 14:16:23 +0000 (17:16 +0300)]
Merge pull request #21934 from Yulv-git:3.4-typos2

Fix some typos in platforms/, samples/.

20 months agoFix some typos in platforms/, samples/, 3rdparty/.
Yulv-git [Sat, 30 Apr 2022 05:37:15 +0000 (13:37 +0800)]
Fix some typos in platforms/, samples/, 3rdparty/.

21 months agoMerge pull request #22164 from lamm45:hough-angles
Alexander Smorkalov [Wed, 31 Aug 2022 09:23:52 +0000 (12:23 +0300)]
Merge pull request #22164 from lamm45:hough-angles

Fix angle discretization in Hough transforms

21 months agoMerge pull request #22443 from catree:feat_calibrate_camera_exe_initial_guess
Alexander Smorkalov [Wed, 31 Aug 2022 07:48:32 +0000 (07:48 +0000)]
Merge pull request #22443 from catree:feat_calibrate_camera_exe_initial_guess

21 months agoFix angle discretization in Hough transforms
lamm45 [Sun, 26 Jun 2022 23:13:12 +0000 (19:13 -0400)]
Fix angle discretization in Hough transforms

In some situations the last value was missing from the discrete theta
values. Now, the last value is chosen such that it is close to the
user-provided maximum theta, while the distance to pi remains always
at least theta_step/2. This should avoid duplicate detections.

A better way would probably be to use max_theta as is and adjust the
resolution (theta_step) instead, such that the discretization would
always be uniform (in a circular sense) when full angle range is used.

21 months agoAdd -ws flag for cornerSubPix params (backported from 4.x).
catree [Mon, 29 Aug 2022 21:55:00 +0000 (23:55 +0200)]
Add -ws flag for cornerSubPix params (backported from 4.x).
Add flags to set the camera intrinsic parameters as an initial guess (can allow converging to the correct camera intrinsic parameters).
Add -imshow-scale flag to resize the image when displaying the results.
Add -enable-k3 flag to enable or disable the estimation of the K3 distortion coefficient.

21 months agoMerge pull request #22425 from AleksandrPanov:qrcode_test_arm
Alexander Smorkalov [Mon, 29 Aug 2022 07:39:27 +0000 (10:39 +0300)]
Merge pull request #22425 from AleksandrPanov:qrcode_test_arm

QR code, change resize interpolation for Arm

21 months agoMerge pull request #22130 from catree:homography_tutorial_add_exercise
Alexander Smorkalov [Fri, 26 Aug 2022 09:52:55 +0000 (12:52 +0300)]
Merge pull request #22130 from catree:homography_tutorial_add_exercise

 Update homography tutorial with a small exercise

21 months agoMerge pull request #22412 from asenyaev/asen/carotene_warnings_macos_arm64
Alexander Smorkalov [Fri, 26 Aug 2022 06:40:30 +0000 (09:40 +0300)]
Merge pull request #22412 from asenyaev/asen/carotene_warnings_macos_arm64

Suppress warnings in carotene on macOS ARM64 for 3.4 branch

21 months agoFixed a warning in case of typename on macOS ARM64
Andrey Senyaev [Thu, 25 Aug 2022 15:17:03 +0000 (18:17 +0300)]
Fixed a warning in case of typename on macOS ARM64

21 months agochange resize interpolation to enable tests in arm, disable close_5
AleksandrPanov [Thu, 25 Aug 2022 11:27:18 +0000 (14:27 +0300)]
change resize interpolation to enable tests in arm, disable close_5

21 months agoSuppress warnings in carotene on macOS ARM64 for 3.4 branch
Andrey Senyaev [Mon, 22 Aug 2022 14:42:22 +0000 (17:42 +0300)]
Suppress warnings in carotene on macOS ARM64 for 3.4 branch

21 months agoMerge pull request #22382 from AleksandrPanov:qrcode_x86_arm_34
Alexander Smorkalov [Tue, 16 Aug 2022 13:48:48 +0000 (13:48 +0000)]
Merge pull request #22382 from AleksandrPanov:qrcode_x86_arm_34

21 months agoQRcode, change INTER_LINEAR to INTER_LINEAR_EXACT
AleksandrPanov [Mon, 15 Aug 2022 07:15:12 +0000 (10:15 +0300)]
QRcode, change INTER_LINEAR to INTER_LINEAR_EXACT

fix python test_detect_and_decode_multi

fix python test_detect_and_decode_multi, sort QR in multiDetect/multiDecode

enable tests with "version_5_up.jpg", "version_5_top.jpg"

remove lambda

21 months agoMerge pull request #22371 from kianelbo:patch-1
Alexander Smorkalov [Mon, 15 Aug 2022 09:32:15 +0000 (09:32 +0000)]
Merge pull request #22371 from kianelbo:patch-1

21 months agoMerge pull request #22370 from catree:fix_22242_filter2d_float_double_doc
Alexander Alekhin [Sun, 14 Aug 2022 15:04:12 +0000 (15:04 +0000)]
Merge pull request #22370 from catree:fix_22242_filter2d_float_double_doc

21 months agoMerge pull request #22350 from alalek:rework_psabi_warning
Alexander Alekhin [Sat, 13 Aug 2022 15:05:41 +0000 (15:05 +0000)]
Merge pull request #22350 from alalek:rework_psabi_warning

21 months agoFix the example in py_calib3d/py_calibration
Kian Eliasi [Fri, 12 Aug 2022 14:56:59 +0000 (19:26 +0430)]
Fix the example in py_calib3d/py_calibration

21 months agoFix documentation about depth combinations for imgproc functions.
catree [Fri, 12 Aug 2022 08:37:09 +0000 (10:37 +0200)]
Fix documentation about depth combinations for imgproc functions.