2265 Commits (f1053d48a29344c475fb83be1bf017775607edc3)

Author SHA1 Message Date
Hamdi Sahloul 532eace7d6 Extensive wrapping of CUDA functionalities for Python 6 years ago
Alexander Alekhin acfdd0e1fc core: fix MSVS "unreachable code" warnings 6 years ago
Alexander Alekhin 7f73b105ca core: std::string more changes 6 years ago
Vladislav Sovrasov ae8dcdf40d core: get rid of built-in String type 6 years ago
Hamdi Sahloul b5eb65e53e Improve Python binding generator with mappable types and phantom headers 6 years ago
Suleyman TURKMEN d8cd1d8fcc Merge pull request #12246 from sturkmen72:move_enums 6 years ago
Alexander Alekhin 2c42361ecd build: fix build with defined CV_STATIC_ANALYSIS 6 years ago
Alexander Alekhin 67d46dfc6c core(intrin): restrict FP16 operations 6 years ago
Suleyman TURKMEN c61bc3a0cb Update documentation and samples 6 years ago
Alexander Alekhin d2e08a524e core: repair CV_Assert() messages 6 years ago
Alexander Alekhin c1df9ad456 OpenCV version++ 6 years ago
Alexander Alekhin 603eadfe51 OpenCV version '-openvino' 6 years ago
Alexander Alekhin a56b221559 core: cv::Range() ostream write operator 6 years ago
Hamdi Sahloul 293facbae7 Support Python binding for CUDA functionalities 6 years ago
Alexander Alekhin 5c3880d302 core(intrin): avoid symbols duplication from SIMD128/256 cases 6 years ago
amatyuko 3ea2586a5a Fix for SSE2 intrinsics problem in the part of saturation arithmetic processing during 32s->16u packed conversion - 6 years ago
Alexander Alekhin 3f302cabb8 core(test): intrinsic tests for all dispatched CPU optimizations 6 years ago
luz.paz 2003eb1b9b Misc. typos 6 years ago
Sayed Adel 6499263b41 core:test Expand hal_intrin tests to support SIMD256 6 years ago
Sayed Adel 47202b3349 core:avx2 fix unaligned store for v_store_interleave v_uint32x8-3ch 6 years ago
Maksim Shabunin 597db69151 ts: test case list is printed after cmd line parsing, refactored 6 years ago
Vadim Pisarevsky 43820d89b4
further improvements in split & merge; started using non-temporary store instructions (#12063) 6 years ago
Vadim Pisarevsky 9c7040802c
converted split() & merge() to wide univ intrinsics (#12044) 6 years ago
Maksim Shabunin e0603bb45f Fixed several issues found by static analysis tools 6 years ago
Tomoaki Teshima 18abe54497 fix build error on Visual Studio 2013 6 years ago
Maksim Shabunin fe806878be Enable debug assertions for static analysis builds 6 years ago
Tomoaki Teshima 9df7517dea fix build error on Visual Studio 2013 and earlier 6 years ago
Maksim Shabunin 1da46fe6fb Fixed issues found by static analysis (mostly DBZ) 6 years ago
Pavel Rojtberg 3f65924c45 core: FileStorage - add support for writing vector<String> with bindings (#11883) 6 years ago
Vadim Pisarevsky f058b5fb1e
Wide univ intrinsics (#11953) 6 years ago
Alexander Alekhin b0ee5d9023 core: CV_NODISCARD macro with semantic of [[nodiscard]] attr 6 years ago
berak 4382bdc859 core: remove unused dataAsRow flag from LDA 6 years ago
Alexander Alekhin 3c74fde349 core: eliminate 'if' logic from Matx::inv()/solve() 6 years ago
catree 4dc7e617a4 Add overloaded cv::PCACompute() that returns also the eigenvalues. Useful for Java and Python OpenCV where PCA is not available. 6 years ago
Alexander Alekhin 33b7028be2 core: use "explicit" for Matx() ctor 6 years ago
Vitaly Tuzov 850a8577b2 Fixed unreachable code warnings for Matx::solve() 6 years ago
Vitaly Tuzov d0a3686812 Merge pull request #11904 from terfendail/matx_solve_fix 6 years ago
catree d7bd662c95 Add a note in the documentation about Mat::ones and mat::eye. With multi-channels type (e.g. CV_8UC3), only the first channel is treated. 6 years ago
Arnaud Brejeon 43f821afb9 Merge pull request #11899 from arnaudbrejeon:moveable_types 6 years ago
Alexander Alekhin 06fc77610b core(hal): eliminate build warnings 6 years ago
Alexander Alekhin c7fc563dc0 calib3d: chessboard detector - replace OpenCV C API 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Alexander Alekhin 135ea264ef core: align cv::AutoBuffer API with std::vector/std::array 7 years ago
Vadim Pisarevsky 051b40f956
a part of PR #11364 (extended findNonZero & PSNR) (#11837) 7 years ago
Philipp Hasper 577546ccd9
Added Size_::aspectRatio 7 years ago
Alexander Alekhin 49886ebae3 OpenCV version '-openvino' 7 years ago
Alexander Alekhin d69a327d6d OpenCV version++ 7 years ago
Paul Jurczak bd7bad02a0 convertFp16 documentation edit (2) 7 years ago
Alexander Alekhin 03edddba47 core: drop unnecessary duplicate check 7 years ago
Vadim Pisarevsky 7d19bd6c19 Merge pull request #11634 from vpisarev:empty_mat_with_types_2 7 years ago