Alexander Alekhin
|
763a1d7392
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2020-04-06 15:57:43 +00:00 |
|
Adam Fowles
|
8334932a26
|
Merge pull request #16992 from afowles:fix-forEach-segfault
* Fixed divide by zero error in forEach
* Dedicated assertion for !empty
|
2020-04-06 14:49:02 +00:00 |
|
Alexander Alekhin
|
01dcfb0825
|
Merge tag '4.3.0'
|
2020-04-03 11:50:53 +00:00 |
|
Alexander Alekhin
|
01b2c5a77c
|
release: OpenCV 4.3.0
|
2020-04-03 11:45:28 +00:00 |
|
Alexander Alekhin
|
0812207db7
|
Merge tag '3.4.10'
|
2020-04-03 11:24:31 +00:00 |
|
Alexander Alekhin
|
cf2a3c8e74
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2020-04-02 21:52:32 +00:00 |
|
Alexander Alekhin
|
1cc1e6fa56
|
release: OpenCV 3.4.10
|
2020-04-02 19:59:58 +00:00 |
|
Alexander Alekhin
|
54063c40de
|
core(ocl): options to control buffer access flags
- control using of clEnqueueMapBuffer or clEnqueueReadBuffer[Rect]
- added benchmarks with OpenCL buffer access use cases
|
2020-04-02 11:11:06 +00:00 |
|
Alexander Alekhin
|
09134ac881
|
core: emit warning ONCE on ambiguous MatExpr processing
|
2020-04-01 18:34:20 +00:00 |
|
Alexander Alekhin
|
95a07ca11c
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2020-03-27 16:49:59 +00:00 |
|
Alexander Alekhin
|
353273579b
|
Merge pull request #16918 from alalek:build_warnings_3.4
|
2020-03-27 16:43:23 +00:00 |
|
Alexander Alekhin
|
e661ad2a67
|
eliminate build warnings
|
2020-03-27 11:39:07 +00:00 |
|
cyy
|
bdc29cccb6
|
fix freebsd build
|
2020-03-27 18:12:10 +08:00 |
|
Alexander Alekhin
|
b4b4d21212
|
eliminate build warnings
|
2020-03-26 19:18:09 +00:00 |
|
Alexander Alekhin
|
c920b45fb8
|
core(persistence): fix resource leaks - force closing files
backporting commit 673eb2b006
|
2020-03-25 10:49:16 +00:00 |
|
Alexander Alekhin
|
673eb2b006
|
core(persistence): fix resource leaks - force closing files
|
2020-03-24 11:38:09 +00:00 |
|
Alexander Alekhin
|
4cdb4652cf
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2020-03-20 21:41:15 +00:00 |
|
Alexander Alekhin
|
377dd04224
|
core: fix .begin()/.end() of empty Mat
|
2020-03-20 14:08:45 +00:00 |
|
Alexander Alekhin
|
ca23c0e630
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2020-03-17 13:23:33 +03:00 |
|
Alexander Alekhin
|
77d1c20fb7
|
core(buffer_area): handle 'OPENCV_ENABLE_MEMORY_SANITIZER=ON' case
|
2020-03-16 19:34:08 +03:00 |
|
Maksim Shabunin
|
7e7bb3027c
|
Fixs several problems found by static analysis
|
2020-03-16 19:03:24 +03:00 |
|
RAJKIRAN NATARAJAN
|
3b2e409fa7
|
Merge pull request #16779 from saskatchewancatch:issue-16777
* Fixes issue 16777.
* core: update Concurrency getNumThreads()
|
2020-03-16 17:12:29 +03:00 |
|
Alexander Alekhin
|
71ec112093
|
Merge pull request #16786 from alalek:issue_16398
|
2020-03-15 19:49:50 +00:00 |
|
Sayed Adel
|
9ea62bfddb
|
core:vsx reimplement v_broadcast_element()
There's no need to use `vec_perm()` instead of `vec_splat()`,
since instruction `vperm` is quite heavy compared to `vsplt[b,h,w]`.
|
2020-03-14 22:54:22 +02:00 |
|
Alexander Alekhin
|
4e56c1326f
|
core: adjust type of allocator_stats counter, allow to disable
|
2020-03-11 20:12:29 +03:00 |
|
Alexander Alekhin
|
850414a501
|
Merge pull request #16771 from alalek:update_version_4.3.0-pre
|
2020-03-11 10:24:56 +00:00 |
|
Alexander Alekhin
|
d00e58cdb0
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2020-03-10 22:49:51 +00:00 |
|
Alexander Alekhin
|
9f82b74788
|
Merge pull request #16774 from alalek:core_update_cpus_detection
|
2020-03-10 22:39:30 +00:00 |
|
Alexander Alekhin
|
612746b4e5
|
Merge pull request #16744 from alalek:fix_mat_aug_operators_use_after_free
|
2020-03-10 22:02:47 +00:00 |
|
Alexander Alekhin
|
83e1d79403
|
core: update CPUs detection
- cache value, evaluate once
- better support for MINGW
- anything in 'cv' namespace
- test: dump number of active threads
|
2020-03-10 21:29:08 +00:00 |
|
Alexander Alekhin
|
3c85745e22
|
pre: OpenCV 4.3.0 (version++)
|
2020-03-10 15:00:03 +03:00 |
|
Alexander Alekhin
|
b7ecaceda8
|
pre: OpenCV 3.4.10 (version++)
- Android Manager version is not increased (stuck on 3.49)
|
2020-03-10 14:53:43 +03:00 |
|
Alexander Alekhin
|
198b5096aa
|
Merge pull request #16754 from alalek:issue_16752
* core(test): FP16 norm test
* core: norm()-FP16 disable OpenCL
* core(norm): fix 16f32f local buffer size
|
2020-03-07 19:06:47 +00:00 |
|
Alexander Alekhin
|
619180dffd
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2020-03-06 20:41:30 +00:00 |
|
Alexander Alekhin
|
34530da66e
|
core: fix coverity issues
|
2020-03-06 18:12:45 +00:00 |
|
Alexander Alekhin
|
3a2f40ac6f
|
core: don't allow reallocation in add/div/sub/bitwise aug operators
|
2020-03-06 13:00:40 +00:00 |
|
Manoj Gupta
|
880d2afb67
|
Fix building with ToT libc++
ToT libc++ (LLVM) no longer includes <sstream>
as part of <complex> which breaks building opencv.
Include <sstream> header explcitly to fix this.
|
2020-03-05 17:10:43 -08:00 |
|
Alexander Alekhin
|
a694e5074f
|
Merge pull request #16723 from jansol:master
|
2020-03-05 12:25:20 +00:00 |
|
Alexander Alekhin
|
90a4d67e8d
|
Merge pull request #16513 from pwuertz:cuda_py_interop
|
2020-03-05 11:56:07 +00:00 |
|
Alexander Alekhin
|
d4a17da7b2
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2020-03-04 20:49:09 +00:00 |
|
Alexander Alekhin
|
4f288a1e28
|
Merge pull request #16704 from alalek:core_log_once_log_if
* core(logger): add CV_LOG_ONCE_xxx() CV_LOG_IF_xxx() macros
* core(logger): keep tests disabled
|
2020-03-04 20:42:41 +00:00 |
|
Jan Solanti
|
ad16c243ca
|
core(ocl): Don't query image formats when none exist
clGetSupportedImageFormats returns CL_INVALID_VALUE if called with
num_entries 0 and a non-NULL image_formats pointer so let's not do that.
|
2020-03-04 14:15:33 +02:00 |
|
Alexander Alekhin
|
4d0f13544d
|
Merge pull request #16700 from alalek:fix_core_matexpr_size_gemm
core: fix MatExpr::size() for gemm()
* core(test): MatExpr::size() test for gemm()
* core: fix MatExpr::size() for gemm()
|
2020-03-02 17:13:02 +03:00 |
|
Alexander Alekhin
|
333a767be4
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2020-02-28 18:34:37 +00:00 |
|
Peter Würtz
|
5012fc5d23
|
Merge pull request #16684 from pwuertz:ignore_clang_mat_inl
* Ignore clang warnings for deprecated enum+enum operations in mat.inl.hpp
* build: added customization macros, cmake flags for OpenCV build
|
2020-02-28 21:21:03 +03:00 |
|
Alexander Alekhin
|
45d073f889
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2020-02-26 20:09:03 +03:00 |
|
Alexander Alekhin
|
af9ded89d0
|
core: fix build getNumberOfCPUs for JavaScript
|
2020-02-26 18:54:23 +03:00 |
|
Alexander Alekhin
|
c13a62ce10
|
Merge pull request #16638 from mshabunin:use-safe-buffers
|
2020-02-26 14:54:57 +00:00 |
|
Ganesh Kathiresan
|
09df7810d1
|
Merge pull request #16457 from ganesh-k13:bugfix/getCPUCount-fix
* Fixed getCPUCount
Minor new line changes
Android fix | efficient linux checks
Android fix 2
Fixed cpu logic for non linux platforms
Android fix 3
Android fix 4
* No v1 case handle | Refactor long lines
* Refined Cgroups logic | Combine Android and Linux
* Fixed directives
* Added support for --cpus | Fixed minor bug in Andriod | Change file read logic
* Added macro checks for apple errors
* Fixed macro to include android
* Addressed review comments
* Fixed android macro
* Refined return values
* Fixed apple warning
* Addressed review comments
* Fixed whitespace
* Android Fix try 1
* Android Fix try 2
* Android Fix try 3
* Removed unwanted endif
* Android Fix try 4
* Android Fix try 5
* Macro Restructure
* core: updates to CPUs detection (minor)
|
2020-02-26 17:48:50 +03:00 |
|
Alexander Alekhin
|
2617c9aa64
|
Merge pull request #16673 from alalek:exclude_contrib_modules_4.x
|
2020-02-26 14:03:52 +00:00 |
|