4023 Commits (e0c888acf78ea1ecfe03c6c7d55e041fc96f1750)

Author SHA1 Message Date
berak 1c20a7f008 java: add a MatOfRotatedRect class 7 years ago
Alexander Alekhin 2c42361ecd build: fix build with defined CV_STATIC_ANALYSIS 7 years ago
Alexander Alekhin 67d46dfc6c core(intrin): restrict FP16 operations 7 years ago
Rostislav Vasilikhin 378cf2ab63 fixed filename slash processing 7 years ago
Suleyman TURKMEN c61bc3a0cb Update documentation and samples 7 years ago
Alexander Alekhin b24fc6954d core(perf): fix addScalar test 7 years ago
Maksim Shabunin f84eb3dde6 Fixed core headers installation in world builds 7 years ago
Alexander Alekhin d2e08a524e core: repair CV_Assert() messages 7 years ago
Alexander Alekhin c1df9ad456 OpenCV version++ 7 years ago
Alexander Alekhin 603eadfe51 OpenCV version '-openvino' 7 years ago
Alexander Alekhin 4910f16f16 core(libva): support YV12 too 7 years ago
Alexander Alekhin 5b3ac112fe core: move const tables outside of dispatched code 7 years ago
Alexander Alekhin a56b221559 core: cv::Range() ostream write operator 7 years ago
Alexander Alekhin 7453a6938a core(test): extra tests/fixes for merge/split (#12171) 7 years ago
Hamdi Sahloul 293facbae7 Support Python binding for CUDA functionalities 7 years ago
Alexander Alekhin 5c3880d302 core(intrin): avoid symbols duplication from SIMD128/256 cases 7 years ago
Alexander Alekhin 9eaa583bfb core: dump neighbour cache directories (from old OpenCV versions) 7 years ago
Alexander Alekhin 3082ea82f9 core(merge): fix SIMD loop head processing 7 years ago
Alexander Alekhin f2e1710dd5 core(test): regression test for 12121 7 years ago
amatyuko 3ea2586a5a Fix for SSE2 intrinsics problem in the part of saturation arithmetic processing during 32s->16u packed conversion - 7 years ago
Alexander Alekhin 3f302cabb8 core(test): intrinsic tests for all dispatched CPU optimizations 7 years ago
luz.paz 2003eb1b9b Misc. typos 7 years ago
Sayed Adel bb82cdc928 core:test Fix fp16 build if AVX2 sets as baseline 7 years ago
Alexander Alekhin e90e398e7a core(ocl): do not split refcount operations / compare 7 years ago
miaow1988 2988260107 Fixed the int size overflow bug of cv::Mat.push_back(). 7 years ago
Sayed Adel 6499263b41 core:test Expand hal_intrin tests to support SIMD256 7 years ago
Sayed Adel 47202b3349 core:avx2 fix unaligned store for v_store_interleave v_uint32x8-3ch 7 years ago
Alexander Alekhin 89528d7c3a core(ocl): don't expose exceptions from OpenCL callback 7 years ago
Maksim Shabunin 1165fdd0f5 Added more strict checks for empty inputs to compare, meanStdDev and RNG::fill 7 years ago
Maksim Shabunin 597db69151 ts: test case list is printed after cmd line parsing, refactored 7 years ago
Vadim Pisarevsky 43820d89b4
further improvements in split & merge; started using non-temporary store instructions (#12063) 7 years ago
Vadim Pisarevsky 9c7040802c
converted split() & merge() to wide univ intrinsics (#12044) 7 years ago
Maksim Shabunin cbb1e867e5 More issues found by static analysis 7 years ago
Maksim Shabunin e0603bb45f Fixed several issues found by static analysis tools 7 years ago
Tomoaki Teshima 18abe54497 fix build error on Visual Studio 2013 7 years ago
Alexander Alekhin e526c4bfe4 core(test): remove verbose messages 7 years ago
Maksim Shabunin fe806878be Enable debug assertions for static analysis builds 7 years ago
Tomoaki Teshima 9df7517dea fix build error on Visual Studio 2013 and earlier 7 years ago
Maksim Shabunin c473718bc2 Check for empty Mat in compare, operator= and RNG::fill, fixed related tests 7 years ago
Maksim Shabunin 1da46fe6fb Fixed issues found by static analysis (mostly DBZ) 7 years ago
Pavel Rojtberg 3f65924c45 core: FileStorage - add support for writing vector<String> with bindings (#11883) 7 years ago
Vadim Pisarevsky f058b5fb1e
Wide univ intrinsics (#11953) 7 years ago
Alexander Alekhin b0ee5d9023 core: CV_NODISCARD macro with semantic of [[nodiscard]] attr 7 years ago
Alexander Alekhin d5951bc033 build: eliminate GCC8 warnings 7 years ago
berak 4382bdc859 core: remove unused dataAsRow flag from LDA 7 years ago
Kuang Fangjun 2b6aa50b81 avoid negative index. 7 years ago
Alexander Alekhin 3c74fde349 core: eliminate 'if' logic from Matx::inv()/solve() 7 years ago
catree 4dc7e617a4 Add overloaded cv::PCACompute() that returns also the eigenvalues. Useful for Java and Python OpenCV where PCA is not available. 7 years ago
Alexander Alekhin 5385086fef core: solve(): add check for passed 'method' values 7 years ago
Alexander Alekhin 33b7028be2 core: use "explicit" for Matx() ctor 7 years ago