Alexander Alekhin
|
670ef403b0
|
ocl: improve trace messages of OpenCL calls
|
7 years ago |
Alexander Alekhin
|
c917be2189
|
next(core): use C++11 classes for cv::Mutex/cv::AutoLock
|
7 years ago |
Alexander Alekhin
|
250941bd47
|
next: drop WITH_CSTRIPES
|
7 years ago |
Alexander Alekhin
|
5b17a60dde
|
next: drop HAVE_TEGRA_OPTIMIZATION/TADP
|
7 years ago |
Alexander Alekhin
|
98c8584b88
|
next: drop CV_CXX11 conditions
define itself is still here for compatibility
|
7 years ago |
Alexander Alekhin
|
2d54fed3cc
|
next: OPENCV_ABI_COMPATIBILITY
drop change:
template<typename _Tp2> operator Vec<_Tp2, 3>() const;
because it break builds due ambiguous errors
|
7 years ago |
Alexander Alekhin
|
567ae61e78
|
core: add "check" macros
|
7 years ago |
Alexander Alekhin
|
7dc162cb42
|
core: fix mm_pause() for non-SSE i386 builds
replaced to safe binary compatible 'rep; nop' asm instruction
|
7 years ago |
Alexander Alekhin
|
854ab48de0
|
tbb: fix build warnings -Wshadow
|
7 years ago |
Alexander Alekhin
|
8dacbe7584
|
android: std::exception_ptr is not available on some platforms (even with enabled C++11)
|
7 years ago |
Maksim Shabunin
|
d2cff38db6
|
Added interface to check library version during runtime
|
7 years ago |
Dmitry Kurtaev
|
73ca194313
|
Fix convertFp16 in JavaScript build
|
7 years ago |
lopespt
|
c17ce1a0af
|
Solves issue #10506
|
7 years ago |
Alexander Alekhin
|
7818071ba2
|
cuda: eliminate part of build warnings
|
7 years ago |
Alexander Alekhin
|
82ba3ac894
|
cuda: refactor MemoryPool
- make non-copyable (aligns inner mutex semantic to std::mutex)
- getMemoryPool() returns reference instead of pointer (NULL is not expected here)
|
7 years ago |
yuki takehara
|
d57e5c31c0
|
Merge pull request #11214 from take1014:core_9720
* fix #9720
* Add regression test
* Fix calculation method for scale
|
7 years ago |
Alexander Alekhin
|
45a69ebec8
|
core: fix AVX2 min implementation
|
7 years ago |
Vitaly Tuzov
|
ccd16f107d
|
Fixed IPP based implementation of setTo() for infinity value
|
7 years ago |
Alexander Alekhin
|
6f69800d0c
|
core: propagate parallel_for() exceptions
|
7 years ago |
ltqusst
|
0d646490f5
|
Fix #10557
Fix overflow bugs in conversion from NV12 VA-surface/D3D11texture2D to OpenCL UMat
|
7 years ago |
Alexander Alekhin
|
9111538bfb
|
core: apply CV_OVERRIDE/CV_FINAL
|
7 years ago |
LaurentBerger
|
03eb463f1c
|
Solves #11156 (#11160)
* Solves #11156
* Check file size for all file format. Disable APPEND if file is empty
* Add test for APPEND mode
|
7 years ago |
Alexander Alekhin
|
7d8f1dde26
|
core(persistence): disable checks for base64 streams
|
7 years ago |
Alexander Alekhin
|
f4c4b01455
|
core: added checks and "fixit" items for persistence parsers
To raise errors with proper messages of the problems.
|
7 years ago |
Alexander Alekhin
|
6c051a55e5
|
cmake: don't add include <module>/src directory to avoid conflicts
during opencv_world builds
|
7 years ago |
Aleksandr Tischenko
|
22ecdd16ef
|
Merge pull request #11101 from lamantine:fix_11100
* fixed bug #11100 Integer overflow in kmeans
* fixed integer overflow in other divUp-s in kmeans code
fixed warning about size_t to double conversion
|
7 years ago |
Alexander Alekhin
|
8781ee971c
|
core: write log messages via __android_log_print (logcat) too
|
7 years ago |
miqlas
|
f3a9f13cb4
|
Merge pull request #10984 from extrowerk:advanced_haiku_patches
* Haiku supporting patches
* Revert uneeded changes
* Whitespace cleanup
|
7 years ago |
yuki takehara
|
0792ef8789
|
Merge pull request #11049 from take1014:#10948
* Fix #10948
* Add test code
* Fixed build error
* Add value zero
* eigen: test cleanup
|
7 years ago |
Dmitry Kurtaev
|
130546e1d9
|
Semantic segmentation sample.
|
7 years ago |
native-api
|
dc1d9ae973
|
Include error code description into the message (#10982)
|
7 years ago |
Namgoo Lee
|
c219f97f48
|
SSE2 : use _mm_cvtpd_epi32 when converting from CV_64F to CV_32S (#10987)
* SSE2 : use _mm_cvtpd_epi32 when converting from CV_64F to CV_32S
* No need to define a new universal intrinsic
|
7 years ago |
Alexander Alekhin
|
ed96279920
|
ocl: update getOpenCLErrorString() code
|
7 years ago |
Alexander Alekhin
|
b1fc7d46a5
|
ocl: update getOpenCLErrorString() code
|
7 years ago |
Maksim Shabunin
|
3fd2384b81
|
Fixed mingw compilation on Windows
|
7 years ago |
Alexander Alekhin
|
cc5a6f3b86
|
core: remove '-' from separators list of disabled CPU flags
To allow runtime disabling of AVX512-SKX via 'OPENCV_CPU_DISABLE' parameter
|
7 years ago |
Alexander Alekhin
|
491502a349
|
core: fix parallel_for data race
|
7 years ago |
Alexander Alekhin
|
c020a7bb67
|
build: portable integer types
|
7 years ago |
Alexander Alekhin
|
eb54e5c55c
|
core: generalize and fix x86 'cpuid' calls
|
7 years ago |
Tomoaki Teshima
|
94253e8b83
|
fix build error on Visual Studio 2013 and earlier
|
7 years ago |
Maksim Shabunin
|
8393d755f6
|
Fixed OpenGL-specific compilation warning (unused function)
|
7 years ago |
Maksim Shabunin
|
221342fb25
|
Split convert.cpp into smaller pieces
|
7 years ago |
luz.paz
|
5718d09e39
|
Misc. modules/ typos
Found via `codespell`
|
7 years ago |
Alexander Alekhin
|
5a791e6e06
|
cmake: update reporting of excluded dispatching files (#10711)
* cmake: add ocv_get_smart_file_name() macro
* cmake: avoid adding files for unavailable dispatch modes
|
7 years ago |
Maksim Shabunin
|
4437e0c3b9
|
Split stat.cpp into smaller pieces
|
7 years ago |
Alexander Alekhin
|
42e1fe301c
|
ocl: allow recursive UMatData lock() calls with the same objects
OpenCLAllocator::copy() may call upload()/download() methods
|
7 years ago |
Alexander Alekhin
|
914f57f28d
|
core(parallel_for): fix data race
|
7 years ago |
Vitaly Tuzov
|
3267fb90c6
|
Updated check on OutputArray to allow recreation of fixed_size for 1-d sizes array
|
7 years ago |
Alexander Alekhin
|
b10fedde56
|
core(parallel_for): cleanup
remove 'dont_wait' (can be replaced with has_wake_signal)
|
7 years ago |
Maksim Shabunin
|
e225850cc6
|
Split persistence.cpp into smaller pieces (#10788)
* Extracted base64 persistence functionality
* Extracted YML persistence functionality
* Extracted JSON persistence functionality
* Extracted XML persistence functionality
* Extracted public C and C++ interfaces implementation in persistence
* Persistence: cleanup and fixes
* fixup! Persistence: cleanup and fixes
|
7 years ago |