48 Commits (61f1ee2d2d2ab13d0e57985dee971a92369d1a43)

Author SHA1 Message Date
Alexander Alekhin cbfd38bd41 core: rework code locality 4 years ago
Zhuo Zhang 743099f9f9
Merge pull request #19521 from zchrissirhcz:3.4-fix-core-module-android-arm64-build 4 years ago
Alexander Alekhin 17e2bf5717 core(tls): implement releasing of TLS on thread termination 6 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
LaurentBerger d71812425a Solves issue 12392 7 years ago
Maksim Shabunin 1165fdd0f5 Added more strict checks for empty inputs to compare, meanStdDev and RNG::fill 7 years ago
Maksim Shabunin c473718bc2 Check for empty Mat in compare, operator= and RNG::fill, fixed related tests 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Sayed Adel def444d99f core: Several improvements to Power/VSX 8 years ago
Maksim Shabunin 248e2c7d47 Fixed some issues found by static analysis 8 years ago
Alexander Alekhin 602f047fe8 build: replace WIN32 => _WIN32 8 years ago
Maksim Shabunin b04ed5956e Fixed several issues found by static analysis in core module 8 years ago
Tomoaki Teshima 676736bdb2 avoid using fmadd in RNG 9 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
Rostislav Vasilikhin 96edb270a6 fixed memory corruption when normal dist. params have less channels than target matrix; test added 9 years ago
Rostislav Vasilikhin 7b2ef647aa fixed memory corruption when normal dist. params have less channels than target matrix; test added 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 a490b64e9b Add function setRNGSeed and seed setup in python tests 9 years ago
Vadim Pisarevsky 9c0b740b84 improved randShuffle as suggested by John Stark in http://code.opencv.org/issues/3730 10 years ago
Alexander Alekhin 2054123890 coreTlsData -> getCoreTlsData() 10 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Roman Donchenko f2befa01f4 Fixed build for the TLS-related stuff. 11 years ago
Vadim Pisarevsky d8c8339bec the first draft of transparent API and new UMat class. more files 12 years ago
Alexander Smorkalov 62b85a41da TLS calls on WinRT replaced on variables with C++11 "thread" attribute. 12 years ago
Roman Donchenko 484607fb6f Backported RNG_MT19937 from master. 12 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 12 years ago
Andrey Kamaev b0e6606b98 Cleanup core module API 12 years ago
marina.kolpakova 12fe6ff734 add Mersenne Twister random number generator 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
Andrey Kamaev fd4909360f Remove windows.h include from opencv2/core/internal.hpp to avoid conflicts with TBB library. 13 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 13 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Andrey Kamaev 68aec288c0 Fixed Calc_Hist under 32-bit gcc 13 years ago
Andrey Kamaev 80516ecbe6 Fixed typo; removed duplicated call 13 years ago
Andrey Kamaev 0fd5a9e965 Probably fixed instability of single-precision floating-point RNG 13 years ago
Vadim Pisarevsky 586ff429ec fixed bug #1318. extended RNG::fill with the optional saturateRange parameter 13 years ago
Vadim Pisarevsky 1badec0b2d eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers) 14 years ago
Vadim Pisarevsky 0e14fef96e fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, <number>, <number>)" work properly. 14 years ago
Vadim Pisarevsky 22970b8270 fixed multiple GCC warnings on Ubuntu 11.04 14 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
Vadim Pisarevsky 4b2f9e78fc fixed repeated allocation of RNG on each theRNG() call (thanks to barjenbr for the patch) 14 years ago
Vadim Pisarevsky abeeb40d46 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
Vadim Pisarevsky da293ee3d9 SSE2 optimization for Bayer->RGB; added Bayer->Gray with SSE2 optimization; corrected some bugs noted in the yahoogroups forum 15 years ago
Vadim Pisarevsky f5e5b677c9 added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs 15 years ago
Vadim Pisarevsky be016a75df some fixes due to the changed policy in DataType & DataDepth handling 15 years ago
Vadim Pisarevsky 541441e85b united cv::Mat and cv::MatND 15 years ago
Vadim Pisarevsky ba5eb93a53 rewrote normal RNG function to workaround the bug in gcc 3.4 (ticket #449) 15 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago