Alexander Alekhin
|
e567135ed3
|
next: force C++11 features unconditionally: CV_CXX_MOVE_SEMANTICS/CV_CXX_STD_ARRAY
|
2018-04-10 18:09:54 +03:00 |
|
Alexander Alekhin
|
98c8584b88
|
next: drop CV_CXX11 conditions
define itself is still here for compatibility
|
2018-04-10 18:09:54 +03:00 |
|
Alexander Alekhin
|
2b2fa58f97
|
next: drop DISABLE_OPENCV_24_COMPATIBILITY
|
2018-04-10 18:09:53 +03:00 |
|
Alexander Alekhin
|
2d54fed3cc
|
next: OPENCV_ABI_COMPATIBILITY
drop change:
template<typename _Tp2> operator Vec<_Tp2, 3>() const;
because it break builds due ambiguous errors
|
2018-04-10 18:09:53 +03:00 |
|
Alexander Alekhin
|
964a4d75b4
|
next: version.hpp
|
2018-04-10 18:09:53 +03:00 |
|
Alexander Alekhin
|
fa4b9e80e2
|
Merge pull request #11275 from alalek:issue_11274
|
2018-04-10 11:28:21 +00:00 |
|
Alexander Alekhin
|
b76ce0e0a4
|
Merge pull request #11253 from mshabunin:decrease-tbb-dependency
|
2018-04-09 16:03:34 +00:00 |
|
Alexander Alekhin
|
b82bec88d9
|
Merge pull request #11271 from alalek:tbb_build_warning
|
2018-04-09 15:53:26 +00:00 |
|
Alexander Alekhin
|
7dc162cb42
|
core: fix mm_pause() for non-SSE i386 builds
replaced to safe binary compatible 'rep; nop' asm instruction
|
2018-04-09 18:37:35 +03:00 |
|
Vadim Pisarevsky
|
474a23bda5
|
Merge pull request #11170 from alalek:test_fixed_type
|
2018-04-09 14:53:43 +00:00 |
|
Vadim Pisarevsky
|
fa5a6bfa02
|
Merge pull request #11251 from mshabunin:add-runtime-version
|
2018-04-09 13:24:29 +00:00 |
|
Vadim Pisarevsky
|
20334e3f09
|
Merge pull request #11264 from K-Shinotsuka:issue39
|
2018-04-09 13:20:48 +00:00 |
|
Alexander Alekhin
|
854ab48de0
|
tbb: fix build warnings -Wshadow
|
2018-04-09 12:58:09 +03:00 |
|
Alexander Alekhin
|
8dacbe7584
|
android: std::exception_ptr is not available on some platforms (even with enabled C++11)
|
2018-04-09 12:54:57 +03:00 |
|
Vadim Pisarevsky
|
4617758053
|
Merge pull request #11247 from lopespt:fix_issue_10506
|
2018-04-09 09:39:17 +00:00 |
|
Maksim Shabunin
|
d2cff38db6
|
Added interface to check library version during runtime
|
2018-04-09 12:30:39 +03:00 |
|
k-shinotsuka
|
fbdcc0e8e4
|
add universal intrinsics for HSV2RGB_f
|
2018-04-08 01:47:22 +09:00 |
|
Dmitry Kurtaev
|
73ca194313
|
Fix convertFp16 in JavaScript build
|
2018-04-07 09:44:43 +03:00 |
|
Alexander Alekhin
|
23d866ad40
|
Merge pull request #11237 from alalek:cuda_refactor_memorypool
|
2018-04-06 15:37:37 +00:00 |
|
Maksim Shabunin
|
b88609a921
|
Reduced direct TBB dependencies
|
2018-04-06 14:21:15 +03:00 |
|
lopespt
|
c17ce1a0af
|
Solves issue #10506
|
2018-04-05 20:25:32 -03:00 |
|
Alexander Alekhin
|
a87a5dfdb3
|
Merge pull request #11192 from terfendail:setto_fix
|
2018-04-05 20:25:34 +00:00 |
|
Alexander Alekhin
|
e20fb7f429
|
Merge pull request #11197 from alalek:parallel_propagate_exception
|
2018-04-05 20:24:22 +00:00 |
|
Alexander Alekhin
|
7818071ba2
|
cuda: eliminate part of build warnings
|
2018-04-05 17:53:22 +03:00 |
|
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)
|
2018-04-05 16:04:37 +03:00 |
|
Alexander Alekhin
|
c2fb4debc5
|
Merge pull request #11224 from alalek:fix_core_min_avx2
|
2018-04-05 10:37:31 +00:00 |
|
Alexander Alekhin
|
8f7e7cd343
|
Merge pull request #11071 from alalek:issue_11061_fix_error_message
|
2018-04-05 10:15:04 +00:00 |
|
yuki takehara
|
d57e5c31c0
|
Merge pull request #11214 from take1014:core_9720
* fix #9720
* Add regression test
* Fix calculation method for scale
|
2018-04-04 18:36:02 +03:00 |
|
Alexander Alekhin
|
45a69ebec8
|
core: fix AVX2 min implementation
|
2018-04-04 17:38:58 +03:00 |
|
Vitaly Tuzov
|
ccd16f107d
|
Fixed IPP based implementation of setTo() for infinity value
|
2018-04-04 16:05:22 +03:00 |
|
Alexander Alekhin
|
6f69800d0c
|
core: propagate parallel_for() exceptions
|
2018-03-30 16:24:31 +03:00 |
|
Alexander Alekhin
|
2fb4812f6d
|
Merge pull request #11194 from ltqusst:fix_10557
|
2018-03-30 09:30:43 +00:00 |
|
ltqusst
|
0d646490f5
|
Fix #10557
Fix overflow bugs in conversion from NV12 VA-surface/D3D11texture2D to OpenCL UMat
|
2018-03-30 16:32:15 +08:00 |
|
Alexander Alekhin
|
8c4b5b6a70
|
core(test): parallel_for test with exception
|
2018-03-29 16:59:51 +03:00 |
|
Alexander Alekhin
|
87498bc6d4
|
cmake: workaround CPATH ipp_iw issue
CPATH entries are processed before any -isystem:
https://gcc.gnu.org/onlinedocs/cpp/Environment-Variables.html
|
2018-03-28 18:43:28 +03:00 |
|
Alexander Alekhin
|
9111538bfb
|
core: apply CV_OVERRIDE/CV_FINAL
|
2018-03-28 17:57:59 +03:00 |
|
Alexander Alekhin
|
84980741a8
|
core: add CV_OVERRIDE/CV_FINAL macros
|
2018-03-28 17:57:58 +03:00 |
|
Alexander Alekhin
|
167034fb04
|
Merge pull request #11098 from dkurt:dnn_native_inf_engine
|
2018-03-28 14:52:08 +00:00 |
|
Dmitry Kurtaev
|
2f3a9ba1d4
|
Update OpenCVDetectInferenceEngine.cmake
|
2018-03-28 16:34:37 +03:00 |
|
Vadim Pisarevsky
|
1097d0e810
|
Merge pull request #11072 from alalek:explicit_autobuffer
|
2018-03-28 12:57:25 +00:00 |
|
Vadim Pisarevsky
|
6b041c8aeb
|
Merge pull request #11137 from alalek:core_fix_mat_ctor
|
2018-03-28 12:39:49 +00:00 |
|
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
|
2018-03-28 15:35:38 +03:00 |
|
Collen Jones
|
687ccdf8db
|
Fix link to Hershey fonts
|
2018-03-27 20:11:48 -07:00 |
|
Alexander Alekhin
|
7d8f1dde26
|
core(persistence): disable checks for base64 streams
|
2018-03-27 17:02:04 +03:00 |
|
Alexander Alekhin
|
f4c4b01455
|
core: added checks and "fixit" items for persistence parsers
To raise errors with proper messages of the problems.
|
2018-03-27 16:19:43 +03:00 |
|
Alexander Alekhin
|
9e0dee1259
|
Merge pull request #11112 from alalek:cmake_src_include_fix
|
2018-03-27 13:06:48 +00:00 |
|
Alexander Alekhin
|
d1311518a3
|
core: test-sample for FIXED_TYPE demonstration
with implementation of functions with multiple output formats
|
2018-03-27 15:41:41 +03:00 |
|
Vadim Pisarevsky
|
6e13ffe162
|
Merge pull request #11159 from alalek:samples_avoid_legacy_api
|
2018-03-27 10:05:35 +00:00 |
|
Alexander Alekhin
|
7f9253ea0a
|
samples: avoid using of legacy C-like API
- CV_RGB() macro is moved into opencv2/imgproc.hpp from imgproc_c.h
- samples/cpp/filestorage_base64.cpp is dropped
|
2018-03-26 13:42:35 +03:00 |
|
Namgoo Lee
|
a8f86af633
|
Update GpuMat, GpuMat::download, GpuMat::upload documentation
|
2018-03-26 10:59:05 +09:00 |
|