platform/upstream/opencv.git
3 years agoUpdate essential_mat_reconstr.cpp
Ruan [Mon, 18 Jan 2021 15:56:34 +0000 (23:56 +0800)]
Update essential_mat_reconstr.cpp

A small clerical error of an author. The correct expression should be "xy += x_*y_;".

3 years agoMerge pull request #19331 from alalek:gapi_lazy_initialization_kernel_intrinsics
Alexander Alekhin [Sun, 17 Jan 2021 19:20:18 +0000 (19:20 +0000)]
Merge pull request #19331 from alalek:gapi_lazy_initialization_kernel_intrinsics

3 years agoMerge pull request #19326 from alalek:gapi_async_service_lazy_initialization
Alexander Alekhin [Sun, 17 Jan 2021 19:19:48 +0000 (19:19 +0000)]
Merge pull request #19326 from alalek:gapi_async_service_lazy_initialization

3 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Sat, 16 Jan 2021 19:03:42 +0000 (19:03 +0000)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

3 years agoMerge pull request #19332 from alalek:xcode_ccache
Alexander Alekhin [Sat, 16 Jan 2021 18:58:02 +0000 (18:58 +0000)]
Merge pull request #19332 from alalek:xcode_ccache

3 years agoMerge pull request #19330 from l-bat:lb/onnx_mish_subgraph
Alexander Alekhin [Sat, 16 Jan 2021 18:42:19 +0000 (18:42 +0000)]
Merge pull request #19330 from l-bat:lb/onnx_mish_subgraph

3 years agocmake: support ccache with Xcode generator
Alexander Alekhin [Fri, 15 Jan 2021 19:25:55 +0000 (19:25 +0000)]
cmake: support ccache with Xcode generator

3 years agogapi: avoid global static initializers
Alexander Alekhin [Fri, 15 Jan 2021 10:14:52 +0000 (10:14 +0000)]
gapi: avoid global static initializers

- use lazy on-demand initialization

3 years agoAdded Mish ONNX subgraph
Liubov Batanina [Fri, 15 Jan 2021 11:01:48 +0000 (14:01 +0300)]
Added Mish ONNX subgraph

3 years agogapi(async): use lazy-initialization of async_service singleton
Alexander Alekhin [Fri, 15 Jan 2021 04:47:54 +0000 (04:47 +0000)]
gapi(async): use lazy-initialization of async_service singleton

3 years agoMerge pull request #19321 from alalek:fixup_19027
Alexander Alekhin [Thu, 14 Jan 2021 12:08:10 +0000 (12:08 +0000)]
Merge pull request #19321 from alalek:fixup_19027

3 years agoMerge pull request #19268 from fpetrogalli:tabs-summary-output
Francesco Petrogalli [Thu, 14 Jan 2021 12:01:36 +0000 (12:01 +0000)]
Merge pull request #19268 from fpetrogalli:tabs-summary-output

* [ts][summary.py] Extend `-o` to support tabs separated output.

* [ts][summary.py] Improve TABS sepatated output.

There is no need to print TAB at the beginning and at the end of each
row in the table.

Cosmetic change: using python list comprehension instead of for loop
to process a single row.

3 years agoMerge pull request #19050 from anton-potapov:fix_range_var_clang_warnings
Alexander Alekhin [Thu, 14 Jan 2021 10:44:41 +0000 (10:44 +0000)]
Merge pull request #19050 from anton-potapov:fix_range_var_clang_warnings

3 years agovideoio: fix API/ABI_VERSION macros before plugin_api.hpp
Alexander Alekhin [Thu, 14 Jan 2021 10:36:10 +0000 (10:36 +0000)]
videoio: fix API/ABI_VERSION macros before plugin_api.hpp

3 years agoMerge pull request #19108 from ReID-Team:sample_person_reid
Alexander Alekhin [Wed, 13 Jan 2021 14:22:41 +0000 (14:22 +0000)]
Merge pull request #19108 from ReID-Team:sample_person_reid

3 years agosample of person ReIDentification.
mznw [Thu, 10 Dec 2020 08:19:21 +0000 (16:19 +0800)]
sample of person ReIDentification.

3 years agoMerge pull request #19215 from OrestChura:oc/bRect_perftests
Orest Chura [Tue, 12 Jan 2021 21:33:05 +0000 (00:33 +0300)]
Merge pull request #19215 from OrestChura:oc/bRect_perftests

[G-API]: Performance tests for boundingRect

* Update boundingRect() tests with the changes from fitLine() PR

* Add performance tests for boundingRect

* Applying comment about g_type_of_t

* Addressing comments

* Addressing comment: replace cmp_f by CompareF in perf.tests + add the default constructor for CompareF

* Fix typo

3 years agoMerge pull request #18902 from mpashchenkov:mp/onnx-const-input
Maxim Pashchenkov [Tue, 12 Jan 2021 21:31:15 +0000 (00:31 +0300)]
Merge pull request #18902 from mpashchenkov:mp/onnx-const-input

G-API: ONNX. Const input

* Added const input for ONNX backend

* Returned initMatrixRandu, added some comments, rebase

3 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Tue, 12 Jan 2021 18:34:33 +0000 (18:34 +0000)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

3 years agoMerge pull request #19300 from alkasm:patch-2
Alexander Alekhin [Tue, 12 Jan 2021 18:28:58 +0000 (18:28 +0000)]
Merge pull request #19300 from alkasm:patch-2

3 years agoMerge pull request #19216 from terfendail:wasm_fall
Alexander Alekhin [Tue, 12 Jan 2021 17:57:24 +0000 (17:57 +0000)]
Merge pull request #19216 from terfendail:wasm_fall

3 years agohotfix: call isOpened() in python bg sub tutorial
Alexander Reynolds [Sat, 9 Jan 2021 09:44:54 +0000 (01:44 -0800)]
hotfix: call isOpened() in python bg sub tutorial

https://github.com/opencv/opencv/issues/19299

3 years agoMerge pull request #19301 from krush11:3.4
Alexander Alekhin [Mon, 11 Jan 2021 20:58:33 +0000 (20:58 +0000)]
Merge pull request #19301 from krush11:3.4

3 years agoMerge pull request #19297 from raaldrid:Template_Match_Tutorial_fix_17739
Alexander Alekhin [Mon, 11 Jan 2021 20:54:53 +0000 (20:54 +0000)]
Merge pull request #19297 from raaldrid:Template_Match_Tutorial_fix_17739

3 years agoMerge pull request #19296 from raaldrid:Doc_issue_fix_18836_FULL
Alexander Alekhin [Mon, 11 Jan 2021 20:04:49 +0000 (20:04 +0000)]
Merge pull request #19296 from raaldrid:Doc_issue_fix_18836_FULL

3 years agoMerge pull request #19291 from gpiffault:docs-js_usage-fix_imshow
Alexander Alekhin [Mon, 11 Jan 2021 20:03:29 +0000 (20:03 +0000)]
Merge pull request #19291 from gpiffault:docs-js_usage-fix_imshow

3 years agoMerge pull request #19248 from LaurentBerger:forum
Alexander Alekhin [Mon, 11 Jan 2021 20:02:51 +0000 (20:02 +0000)]
Merge pull request #19248 from LaurentBerger:forum

3 years agoTemplate Matching Tutorial issue fix https://github.com/opencv/opencv/issues/17739
Rachel A [Fri, 8 Jan 2021 20:14:35 +0000 (12:14 -0800)]
Template Matching Tutorial issue fix https://github.com/opencv/opencv/issues/17739

3 years agoMerge pull request #19220 from alalek:dnn_tf_importer_error_reporting
Alexander Alekhin [Mon, 11 Jan 2021 19:12:41 +0000 (19:12 +0000)]
Merge pull request #19220 from alalek:dnn_tf_importer_error_reporting

3 years agoSolution to documentation issue https://github.com/opencv/opencv/issues/18836
Rachel A [Fri, 8 Jan 2021 00:42:13 +0000 (16:42 -0800)]
Solution to documentation issue https://github.com/opencv/opencv/issues/18836

3 years agoupdate forum link
LaurentBerger [Sun, 3 Jan 2021 09:31:58 +0000 (10:31 +0100)]
update forum link

3 years agoInlined WASM fallback intrinsics to avoid using of V_TypeTraits
Vitaly Tuzov [Fri, 25 Dec 2020 12:36:07 +0000 (15:36 +0300)]
Inlined WASM fallback intrinsics to avoid using of V_TypeTraits

3 years agoadded multi-config to regexp
krush11 [Sun, 10 Jan 2021 05:41:23 +0000 (11:11 +0530)]
added multi-config to regexp

3 years agodocs(tutorial_js_usage): fix imshow usage
Grégoire Piffault [Fri, 8 Jan 2021 10:48:57 +0000 (11:48 +0100)]
docs(tutorial_js_usage): fix imshow usage

3 years agoMerge pull request #19258 from notmatthancock:doc/update-sift-patent-blurb
notmatthancock [Tue, 5 Jan 2021 11:33:57 +0000 (05:33 -0600)]
Merge pull request #19258 from notmatthancock:doc/update-sift-patent-blurb

* Remove sentences about SIFT patent and code location

* Add note about patent in opencv-specific section

3 years agoMerge pull request #19247 from kloczek:master
Alexander Alekhin [Sun, 3 Jan 2021 13:33:49 +0000 (13:33 +0000)]
Merge pull request #19247 from kloczek:master

3 years agoFix building opencv using gcc 11.x #19244
Your Name [Sat, 2 Jan 2021 17:43:11 +0000 (17:43 +0000)]
Fix building opencv using gcc 11.x #19244

Add missing `#include <thread>` in modules/gapi/test/test_precomp.hpp

3 years agocopyright: 2021
Alexander Alekhin [Fri, 1 Jan 2021 13:38:35 +0000 (13:38 +0000)]
copyright: 2021

3 years agocopyright: 2021
Alexander Alekhin [Fri, 1 Jan 2021 13:38:35 +0000 (13:38 +0000)]
copyright: 2021

3 years agoMerge pull request #19239 from justinchuby:justinchuby-doc-typo-hough-lines
Alexander Alekhin [Thu, 31 Dec 2020 10:33:59 +0000 (10:33 +0000)]
Merge pull request #19239 from justinchuby:justinchuby-doc-typo-hough-lines

3 years agoMerge pull request #19191 from OrestChura:oc/morphEx_perftest
Alexander Alekhin [Thu, 31 Dec 2020 10:32:51 +0000 (10:32 +0000)]
Merge pull request #19191 from OrestChura:oc/morphEx_perftest

3 years agoMerge pull request #19098 from chargerKong:EulerAngle
Liangqian [Thu, 31 Dec 2020 10:32:12 +0000 (18:32 +0800)]
Merge pull request #19098 from chargerKong:EulerAngle

* add to/from Euler Angles

* restruct codes

* quat: optimize implementation

* cleanup debug code

* correct spelling errors

* create QuatEnum for enum EulerAnglesType

* use for loop for test_quaternion

* drop template from isIntAngleType & add minimal error information in test_quaternion.cpp

Co-authored-by: ShanChenqi <shanchenqi@huawei.com>
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
3 years agoFix typo in hough_lines tutorial
Justin Chu [Wed, 30 Dec 2020 21:20:27 +0000 (16:20 -0500)]
Fix typo in hough_lines tutorial

Argument `minLinLength` -> `minLineLength`

3 years agoMerge pull request #19235 from alalek:fix_test_swift_minAreaRect
Alexander Alekhin [Wed, 30 Dec 2020 15:24:55 +0000 (15:24 +0000)]
Merge pull request #19235 from alalek:fix_test_swift_minAreaRect

3 years agoswift(test): fix minAreaRect test
Alexander Alekhin [Tue, 29 Dec 2020 22:56:19 +0000 (22:56 +0000)]
swift(test): fix minAreaRect test

3 years agoMerge pull request #19230 from IanMaquignaz:quickFix_calib3d_parameters
Alexander Alekhin [Tue, 29 Dec 2020 20:02:25 +0000 (20:02 +0000)]
Merge pull request #19230 from IanMaquignaz:quickFix_calib3d_parameters

3 years agoUpdated Calib3d documentation to fix missing @ref in master
Ian Maquignaz [Mon, 28 Dec 2020 15:57:19 +0000 (10:57 -0500)]
Updated Calib3d documentation to fix missing @ref in master

3 years agoMerge pull request #19213 from alalek:ocl_execution_context_tests_param
Alexander Alekhin [Sun, 27 Dec 2020 22:02:33 +0000 (22:02 +0000)]
Merge pull request #19213 from alalek:ocl_execution_context_tests_param

3 years agodnn: improve debugging of TensorFlow parsing errors
Alexander Alekhin [Sat, 26 Dec 2020 09:40:29 +0000 (09:40 +0000)]
dnn: improve debugging of TensorFlow parsing errors

3 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Fri, 25 Dec 2020 16:25:14 +0000 (16:25 +0000)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

3 years agoMerge pull request #19194 from alalek:intelligent_scissors
Alexander Alekhin [Fri, 25 Dec 2020 13:16:19 +0000 (13:16 +0000)]
Merge pull request #19194 from alalek:intelligent_scissors

3 years agoimgproc: add IntelligentScissors
Alexander Alekhin [Wed, 16 Dec 2020 00:53:52 +0000 (00:53 +0000)]
imgproc: add IntelligentScissors

3 years agocore(ocl): parametrize OpenCLExecutionContext tests
Alexander Alekhin [Thu, 24 Dec 2020 19:25:58 +0000 (19:25 +0000)]
core(ocl): parametrize OpenCLExecutionContext tests

3 years agoMerge pull request #19027 from alalek:videoio_plugins_api_versioning
Alexander Alekhin [Thu, 24 Dec 2020 17:08:36 +0000 (17:08 +0000)]
Merge pull request #19027 from alalek:videoio_plugins_api_versioning

3 years agoMerge pull request #19209 from alalek:fix_docs_build_options_parallel
Alexander Alekhin [Thu, 24 Dec 2020 17:02:19 +0000 (17:02 +0000)]
Merge pull request #19209 from alalek:fix_docs_build_options_parallel

3 years agoMerge pull request #19203 from zchrissirhcz:fix-cvSaveImage
Zhuo Zhang [Thu, 24 Dec 2020 16:58:16 +0000 (00:58 +0800)]
Merge pull request #19203 from zchrissirhcz:fix-cvSaveImage

Fix cvSaveImage( ) function bug

* fix cvSaveImage crash

* replace emplace_back with {}, no C++11 required

* fix MacOSX build with vector's push_back

3 years agoMerge pull request #19205 from TolyaTalamanov:at/remove-streamingbackend-export
Anatoliy Talamanov [Thu, 24 Dec 2020 16:46:10 +0000 (19:46 +0300)]
Merge pull request #19205 from TolyaTalamanov:at/remove-streamingbackend-export

[G-API] Fix streaming kernels in standalone

* Move streaming kernels from public header

* Add streaming backend to standalone

3 years agoMerge pull request #19070 from mpashchenkov:mp/onnx-gframe
Maxim Pashchenkov [Thu, 24 Dec 2020 13:55:33 +0000 (16:55 +0300)]
Merge pull request #19070 from mpashchenkov:mp/onnx-gframe

G-API: Support GFrame for ONNX infer

* Added GFrame for ONNX

* Cut test

* Removed IE from assert

* Review comments

* Added const/bbot rstrt

* View instead unique_ptr in func. sig.

* Added extractMat function, ONNXCompiled contains exMat - cv::Mat with non processed input data

* Added meta check for inferList2

3 years agoMerge pull request #19206 from OrestChura:oc/fix_plugconfparams_n_align
Alexander Alekhin [Thu, 24 Dec 2020 13:54:02 +0000 (13:54 +0000)]
Merge pull request #19206 from OrestChura:oc/fix_plugconfparams_n_align

3 years agoMerge pull request #19210 from alalek:backport_19199
Alexander Alekhin [Thu, 24 Dec 2020 10:01:37 +0000 (10:01 +0000)]
Merge pull request #19210 from alalek:backport_19199

3 years agoMerge pull request #19208 from alalek:js_build_reuse_python
Alexander Alekhin [Thu, 24 Dec 2020 10:01:17 +0000 (10:01 +0000)]
Merge pull request #19208 from alalek:js_build_reuse_python

3 years agoMerge pull request #19207 from alalek:issue_19198
Alexander Alekhin [Thu, 24 Dec 2020 10:00:56 +0000 (10:00 +0000)]
Merge pull request #19207 from alalek:issue_19198

3 years agoFind only shared IE libraries, not plugins
Ilya Lavrenov [Wed, 23 Dec 2020 06:51:23 +0000 (09:51 +0300)]
Find only shared IE libraries, not plugins

original commit: 3ed376d10377eece4c2dba6e0bdee53451da14ed

3 years agodocs: fix table cells
Alexander Alekhin [Thu, 24 Dec 2020 05:49:49 +0000 (05:49 +0000)]
docs: fix table cells

3 years agojs(build): reuse Python executable used to run main script
Alexander Alekhin [Thu, 24 Dec 2020 05:23:42 +0000 (05:23 +0000)]
js(build): reuse Python executable used to run main script

- don't switch between Python versions in the middle of the build

3 years agoMerge pull request #19195 from diablodale:win32AlignAlloc
Alexander Alekhin [Wed, 23 Dec 2020 17:33:58 +0000 (17:33 +0000)]
Merge pull request #19195 from diablodale:win32AlignAlloc

3 years agojs: fix Python 3 support in make_umd.py
Alexander Alekhin [Wed, 23 Dec 2020 15:07:12 +0000 (15:07 +0000)]
js: fix Python 3 support in make_umd.py

3 years ago - Replace plugin config parameters with the working ones
OrestChura [Wed, 23 Dec 2020 14:05:03 +0000 (17:05 +0300)]
 - Replace plugin config parameters with the working ones
 - refactor for consistency

3 years agoadd windows native aligned malloc + unit test case
Dale Phurrough [Wed, 23 Dec 2020 13:59:28 +0000 (14:59 +0100)]
add windows native aligned malloc + unit test case

* implements https://github.com/opencv/opencv/issues/19147
* CAUTION: this PR will only functions safely in the
  4+ branches that already include PR 19029
* CAUTION: this PR requires thread-safe startup of the alloc.cpp
  translation unit as implemented in PR 19029

3 years agoMerge pull request #19109 from tailsu:sd/imdecode-jp2k-codestream
Stefan Dragnev [Wed, 23 Dec 2020 12:33:33 +0000 (13:33 +0100)]
Merge pull request #19109 from tailsu:sd/imdecode-jp2k-codestream

* OpenJPEG: decoder for J2K codestreams

* code review fixes

* exclude .j2c from GDAL tests

3 years agoMerge pull request #19193 from alalek:samples_python_3.9
Alexander Alekhin [Wed, 23 Dec 2020 12:09:07 +0000 (12:09 +0000)]
Merge pull request #19193 from alalek:samples_python_3.9

3 years agoMerge pull request #19133 from diablodale:fix19132-opencvactivated
Alexander Alekhin [Wed, 23 Dec 2020 12:08:37 +0000 (12:08 +0000)]
Merge pull request #19133 from diablodale:fix19132-opencvactivated

3 years agoMerge pull request #19199 from ilya-lavrenov:find-shared-libraries-only
Alexander Alekhin [Wed, 23 Dec 2020 08:33:49 +0000 (08:33 +0000)]
Merge pull request #19199 from ilya-lavrenov:find-shared-libraries-only

3 years agoFind only shared IE libraries, not plugins
Ilya Lavrenov [Wed, 23 Dec 2020 06:51:23 +0000 (09:51 +0300)]
Find only shared IE libraries, not plugins

3 years agoPerf test for morphologyEx
OrestChura [Mon, 21 Dec 2020 21:03:06 +0000 (00:03 +0300)]
Perf test for morphologyEx

3 years agoMerge tag '4.5.1'
Alexander Alekhin [Mon, 21 Dec 2020 20:35:51 +0000 (20:35 +0000)]
Merge tag '4.5.1'

3 years agorelease: OpenCV 4.5.1
Alexander Alekhin [Mon, 21 Dec 2020 20:01:38 +0000 (20:01 +0000)]
release: OpenCV 4.5.1

3 years agoMerge pull request #19187 from alalek:samples_python_3.9
Alexander Alekhin [Mon, 21 Dec 2020 18:16:00 +0000 (18:16 +0000)]
Merge pull request #19187 from alalek:samples_python_3.9

3 years agoMerge pull request #19186 from AsyaPronina:asyadev/fix_gframe_as_internal_data_for_ge...
Alexander Alekhin [Mon, 21 Dec 2020 18:15:24 +0000 (18:15 +0000)]
Merge pull request #19186 from AsyaPronina:asyadev/fix_gframe_as_internal_data_for_gexecutor

3 years agosamples: check for Python 3.9
Alexander Alekhin [Mon, 21 Dec 2020 14:59:34 +0000 (14:59 +0000)]
samples: check for Python 3.9

3 years agoMerge tag '3.4.13'
Alexander Alekhin [Mon, 21 Dec 2020 14:55:54 +0000 (14:55 +0000)]
Merge tag '3.4.13'

3 years agoGFrame as internal node in GExecutor
Anastasiya Pronina [Mon, 21 Dec 2020 11:06:47 +0000 (14:06 +0300)]
GFrame as internal node in GExecutor

3 years agorelease: OpenCV 3.4.13
Alexander Alekhin [Sun, 20 Dec 2020 22:15:49 +0000 (22:15 +0000)]
release: OpenCV 3.4.13

3 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Sun, 20 Dec 2020 18:40:22 +0000 (18:40 +0000)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

3 years agoMerge pull request #19180 from alalek:fixup_19161
Alexander Alekhin [Sun, 20 Dec 2020 18:39:01 +0000 (18:39 +0000)]
Merge pull request #19180 from alalek:fixup_19161

3 years agojs(build): fix generator with Python3
Alexander Alekhin [Sun, 20 Dec 2020 17:42:47 +0000 (17:42 +0000)]
js(build): fix generator with Python3

- class_info.props is a 'list'

3 years agoMerge pull request #19177 from alalek:doxygen_drop_TCL_SUBST
Alexander Alekhin [Sun, 20 Dec 2020 16:40:58 +0000 (16:40 +0000)]
Merge pull request #19177 from alalek:doxygen_drop_TCL_SUBST

3 years agoMerge pull request #19176 from alalek:issue_19131
Alexander Alekhin [Sun, 20 Dec 2020 16:40:28 +0000 (16:40 +0000)]
Merge pull request #19176 from alalek:issue_19131

3 years agoMerge pull request #19175 from alalek:issue_18520
Alexander Alekhin [Sun, 20 Dec 2020 16:39:56 +0000 (16:39 +0000)]
Merge pull request #19175 from alalek:issue_18520

3 years agoMerge pull request #19164 from fpetrogalli:tranform_16u
Alexander Alekhin [Sun, 20 Dec 2020 16:38:59 +0000 (16:38 +0000)]
Merge pull request #19164 from fpetrogalli:tranform_16u

3 years ago[cv::transform] Enable CV_SIMD for the 16U case on AArch64.
Francesco Petrogalli [Fri, 18 Dec 2020 15:08:02 +0000 (15:08 +0000)]
[cv::transform] Enable CV_SIMD for the 16U case on AArch64.

3 years agoMerge pull request #18604 from vrabaud:master
Alexander Alekhin [Sun, 20 Dec 2020 15:50:32 +0000 (15:50 +0000)]
Merge pull request #18604 from vrabaud:master

3 years agoReplace FLANNException by CV_Error.
Vincent Rabaud [Sat, 17 Oct 2020 02:39:05 +0000 (04:39 +0200)]
Replace FLANNException by CV_Error.

3 years agodoxygen: drop deprecated TCL_SUBST
Alexander Alekhin [Sun, 20 Dec 2020 05:05:48 +0000 (05:05 +0000)]
doxygen: drop deprecated TCL_SUBST

3 years agodocs(core): fix process_video_frame() code snippet
Alexander Alekhin [Sun, 20 Dec 2020 02:27:46 +0000 (02:27 +0000)]
docs(core): fix process_video_frame() code snippet

3 years agoimgproc: add rotatedRectangleIntersection empty input handling
Alexander Alekhin [Sun, 20 Dec 2020 02:05:46 +0000 (02:05 +0000)]
imgproc: add rotatedRectangleIntersection empty input handling

3 years agoMerge pull request #19168 from alalek:abi_experimental_quaternion
Alexander Alekhin [Sat, 19 Dec 2020 19:22:52 +0000 (19:22 +0000)]
Merge pull request #19168 from alalek:abi_experimental_quaternion

3 years agoMerge pull request #19170 from vrabaud:3.4
Alexander Alekhin [Sat, 19 Dec 2020 19:22:30 +0000 (19:22 +0000)]
Merge pull request #19170 from vrabaud:3.4

3 years agoFix comment typos.
Vincent Rabaud [Sat, 19 Dec 2020 07:22:37 +0000 (08:22 +0100)]
Fix comment typos.

3 years agoABI: exclude quaternion header from ABI/API check
Alexander Alekhin [Fri, 18 Dec 2020 21:45:08 +0000 (21:45 +0000)]
ABI: exclude quaternion header from ABI/API check

- this API is experimental for now