460 Commits (d449ba104a068c92a931a68d782245bbcb92af6c)

Author SHA1 Message Date
LeonidBeynenson e7b214b6d2 Removed urequired functions 12 years ago
Vladislav Vinogradov 8b1f88c40f updated gpu module API 12 years ago
Vladislav Vinogradov a938534a7e restored binary compatibility 12 years ago
Vladislav Vinogradov ce2559b332 optimized DeviceInfo class and ensureSizeIsEnough 12 years ago
Vladislav Vinogradov e06c3ec7c5 updated OpenGL functionality: 12 years ago
Vadim Pisarevsky a1c7e0368c fixed problem reported by Thouis (Ray) Jones 12 years ago
Daniil Osokin 6deda2531c Fixed getNumThreads() for C= 12 years ago
Bo Li 92e7e7d8e8 fix issue 2788 12 years ago
Andrey Kamaev afe85e7e51 Fix some warnings from -O0 build 12 years ago
LeonidBeynenson b85a098d9c Added float, uint64, and uchar params to Algorithm 12 years ago
Vadim Pisarevsky 51eba617a8 a part of PR269 (parallelization of several functions) by Alexander Mordvintsev 12 years ago
Vadim Pisarevsky 54e0765d80 yet another minor fix in cv::transpose() 12 years ago
Vadim Pisarevsky 7ca38d63d9 fixed failure of the C++ test for estimateAffine3D 12 years ago
Andy Maloney 7a6475c3f9 Check pointers before using them in var init 12 years ago
Vadim Pisarevsky 1df10553bb fixed bugs #1373, #2629, #2719 12 years ago
Vladislav Vinogradov 281d036fcf optimizations: 12 years ago
Vladislav Vinogradov ae6266e101 fixes for gpu module: 12 years ago
Andrey Kamaev caa2c06e50 Quiet output of cv::error in Java tests 12 years ago
Andrey Kamaev f87987ed72 Honor multidimensional matrices in InputArray::total 13 years ago
Alexander Smorkalov dfa4b2fefa Workaround for gcc overoptimization compiler bug. 13 years ago
Andrey Kamaev 7c6191ec11 Refactored run.py script and temporary file generation logic 13 years ago
Vadim Pisarevsky b57e801c04 now invert 3x3 on "bad" matrices works well on Windows 13 years ago
Andrey Kamaev 8c9c2b3a03 Fix build on Windows with OpenGl enabled 13 years ago
Vadim Pisarevsky 9163471987 improved accuracy of 3x3 invert on poorly-conditioned matrices (bug #2525) 13 years ago
Andrey Kamaev fd4909360f Remove windows.h include from opencv2/core/internal.hpp to avoid conflicts with TBB library. 13 years ago
Andrey Kamaev 84934f7bfc Fix SHORT data type support in Algorithm 13 years ago
LeonidBeynenson d6aa3bd8ed Made changes in cv::Algorithm 13 years ago
Andrey Kamaev 1d8729a7aa Don't use _interlockedExchangeAdd in case of GNU compiler 13 years ago
Andrey Kamaev e64bb3654a Remove wrong assertion 13 years ago
Andrey Kamaev 40030d2ca0 Fix windows build warnings 13 years ago
Andrey Kamaev 15076f9232 Fix implementation of PCA overload with retained variance parameter 13 years ago
marina.kolpakova 99c666691e Restore core multiply/divide depth to CV_64F value. 13 years ago
Andrey Kamaev 8fb6d9f650 Fix Android build warnings 13 years ago
Andrey Kamaev 7173c82382 Include unistd.h to parallel.cpp on UNIX-like systems 13 years ago
Vadim Pisarevsky f5742e6cac fix bug #2447 - unary operator bug for single column matrix 13 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 13 years ago
marina.kolpakova e5437e5486 Fix binary compatibility of opencv_gpu 13 years ago
Andrey Kamaev ebac3a02aa Fix backward compatibility of opencv_core 13 years ago
Andrey Kamaev 58f31819cc Return drawContours back to imgproc 13 years ago
Andrey Kamaev a3b1971977 Bring back escaped virtual destructors from 2.4.2 13 years ago
Vadim Pisarevsky 78a0b9787c fixed build errors on Mac; moved test for #2332 from imgproc to highgui 13 years ago
Andrey Kamaev 460644b8a4 Reimplement thread management functions: 13 years ago
Andrey Kamaev b54f59de90 Move thread-related functions implementation to parallel.cpp 13 years ago
Daniil Osokin 1d3ec99102 fixed batchDistance minimum finding #2292 13 years ago
Vadim Pisarevsky bddd06e6c4 another fix for the updated parallel_for_ implementation 13 years ago
Vadim Pisarevsky d64438dcfd fixed build errors in the case of TBB and Concurrency 13 years ago
Vadim Pisarevsky 8441cf700d added function cv::findNonZero (patch #2205) 13 years ago
Vadim Pisarevsky 354a5f2686 added recommended number of stripes to parallel_for_, modified some of the functions to use larger stripes (for better performance) 13 years ago
Vadim Pisarevsky 37ad10bf0d fixed bug with partly uninitialized output of dft with DFT_COMPLEX_OUTPUT flag (bug #2223) 13 years ago
Vadim Pisarevsky e625d86485 added C= support; modified threading logic in threshold 13 years ago