2817 Commits (0df9cbc954c61fca0993b563c2686f9710978b08)

Author SHA1 Message Date
Tomoaki Teshima 070e4d754e let the performance test of split pass on 64bit ARM 9 years ago
Alexander Alekhin ff0601cda5 core: prevent changes in 'std' namespace 9 years ago
Maksim Shabunin 1e667de1f3 HAL math interfaces: fastAtan2, magnitude, sqrt, invSqrt, log, exp 9 years ago
Bram Ton dfd5191e8b Minor additions to the documentation. 9 years ago
Maksim Shabunin cbf2b79e1f Fixed documentation warnings produced by updated doxygen 9 years ago
Pavel Rojtberg bf688da50b FileStorage: add simplified API for bindings 9 years ago
Tomoaki Teshima b2ad7cd9c0 add feature to convert FP32(float) to FP16(half) 9 years ago
Suleyman TURKMEN c6e6d4c822 Update pca.cpp 9 years ago
Jose Luis Guardiola a812989436 Fixed #6563: Incorrect management for invalid files/filestorage/filenode in ml module 9 years ago
Tomoaki Teshima bfcb40ad77 fix Core_MulSpectrum test on 64bit ARM + release mode 9 years ago
Tomoaki Teshima 7077d1de63 fix hal_intrin test on 64bit ARM 9 years ago
Julien Nabet a29c814bd8 cppcheck: fix some reports 9 years ago
ohnozzy d66ed313cb Add Comment 9 years ago
Alexander Smorkalov 6084901610 OpenCV version++. 9 years ago
Maksim Shabunin 5a938309c1 More compilation warnings fixed 9 years ago
Maksim Shabunin 11378fcb17 Fixed compiation problems 9 years ago
Maksim Shabunin 5e9192287d Added HAL cvtColor interface 9 years ago
Philipp Hasper c52759432d Fixing doc for cv::Mat::forEach 9 years ago
Dan e9461d3feb templated std::vector<T> constructor was being called instead of const std::vector<cv::cuda::GpuMat>. 9 years ago
ohnozzy 9dd962ca1a Bug Fix for Issue 6288 9 years ago
Philipp Hasper b6d8c9d990 operator<< handles keys starting with underscore 9 years ago
Philipp Hasper 47c4ee974a operator<< handles keys starting with underscore 9 years ago
Maksim Shabunin 233612efd7 Reworked HAL dft/dct interface, added replacement documentation 9 years ago
Maksim Shabunin f40d701427 DFT: renamed HAL functions 9 years ago
Maksim Shabunin 008abd28fd Extracted HAL interfaces for DFT/DCT, added new test 9 years ago
mvukad 695e33b25b Fix missing format when writing Algorithm-based objects 9 years ago
Maksim Shabunin 5877debb6f HAL resize, warpAffine, warpPerspective interface 9 years ago
Vitaly Tuzov 64f02aa72d Backport of setRNGSeed implementation and python test randomness fix 9 years ago
Vladislav Sovrasov 72ed4173df Change setRNGSeed implementaion 9 years ago
Vladislav Sovrasov 362d52a3cb Fix doxygen warnings 9 years ago
Vladislav Sovrasov a490b64e9b Add function setRNGSeed and seed setup in python tests 9 years ago
Maksim Shabunin 83379695a0 HAL interface for morphology operations 9 years ago
Robbert Klarenbeek dd510e1de9 Fix incompatibility with some C++11 implementations 9 years ago
Dan 42c36c0c80 Linux bug fix for ThrustAllocator. 9 years ago
Прун Виктор a90a576d76 fixed incorrect behaviour of move semantics for cv::Ptr, cv::Mat, cv::UMat in case when rvalue-reference references to *this. 9 years ago
Suleyman TURKMEN 826b5a2ef1 Update lda.cpp 9 years ago
Piotr Semenov 00e91fd3d0 Fix that corrects the OpenCV's random access iterator distance: d(x,y) = -d(y,x) 9 years ago
Piotr Semenov 108ddc199a Fix that corrects the OpenCV's random access iterator distance: d(x,y) = -d(y,x) 9 years ago
aravind dccbf50059 Fixed VS 2010 and option Za bug. 9 years ago
Maksim Shabunin 3cc234588a Added build warnings in case of macro definition conflicts 9 years ago
Dan 95608b1b84 free -> deallocate 9 years ago
Dan da93a5527d Thrust allocator for temporary storage used with thrust algorithms. 9 years ago
Ilya Lavrenov 068769263e fixed compilation warning 9 years ago
Alexander Alekhin f48cda2f95 test: initialize test data in test_umat.cpp (6102) 9 years ago
Alexander Alekhin c7bdbef504 ocl: fix OpenGL sharing detection (6052) 9 years ago
Alexander Alekhin 87bbaa2c27 ocl: OpenCL headers are located in "CL" subfolder (3rdparty/include) 9 years ago
Mathieu Barnachon 6a0d3b3e42 Called after setDevice. 9 years ago
Steven Puttemans cd96df1407 Update mat.hpp 9 years ago
Mathieu Barnachon b030ac0433 Ensure the Cuda context is initialized correctly as long as the setDevice is not called in a multi-thread environment. 9 years ago
Steven Puttemans a70c54f2c5 Added suggestions from PR6068 9 years ago