910 Commits (605382562d8bda1a06bd12b19a3d5a2618f6a415)

Author SHA1 Message Date
Vladislav Vinogradov a71ef7d67b convertTo 12 years ago
Andrey Kamaev 04481d9ef4 Fix Android build with clang compiler 12 years ago
Vladislav Vinogradov afff9cf716 Optimized buffers reuse in gpu module: 12 years ago
Andrey Kamaev a126532cb7 Fix OS X build warnings 12 years ago
Andrey Kamaev 0a4ed2bc01 Fix Windows build warnings 12 years ago
Andrey Kamaev 8c9c2b3a03 Fix build on Windows with OpenGl enabled 12 years ago
Andrey Kamaev e5ffbf9498 Fix stream output operator for Vec<uchar,n> 12 years ago
Vadim Pisarevsky 9163471987 improved accuracy of 3x3 invert on poorly-conditioned matrices (bug #2525) 12 years ago
Vadim Pisarevsky 9a08b7be45 fixed compile problem with the old Xcode (<4.5) 12 years ago
Andrey Kamaev 4a2f626d85 Remove "-rc" suffix from version 12 years ago
Kirill Kornyakov 1c77f0abfe Rewrote abs documentation without funcx, so now :ocv:funcx: is used only for operator() 12 years ago
marina.kolpakova 7a5b9a6b7f replase __APPLE__ marco with __clang__ 12 years ago
Vadim Pisarevsky d9d4e8df6f fixed bugs #2300 (Vector::dot) and #2467 (build with Xcode 4.5 with --stdlib=libc++) 12 years ago
Andrey Kamaev e3be5f138a Fixed sanity checks in several performance tests 12 years ago
Andrey Kamaev fd4909360f Remove windows.h include from opencv2/core/internal.hpp to avoid conflicts with TBB library. 12 years ago
morozov.andrey e0cfc0ccf5 fixed bug with incorrect syntax in CommandLineParser 12 years ago
Andrey Kamaev 84934f7bfc Fix SHORT data type support in Algorithm 12 years ago
Andrey Kamaev 2b0072d823 Suppress more warnings in gtest on OS X 12 years ago
Vadim Pisarevsky ae10ecd264 fixed 2 test failures (test_DrawChessboardCorners & Core_Array.expressions) 12 years ago
LeonidBeynenson d6aa3bd8ed Made changes in cv::Algorithm 12 years ago
Andrey Kamaev 1d8729a7aa Don't use _interlockedExchangeAdd in case of GNU compiler 12 years ago
Andrey Kamaev 6f08d03322 Advance version number to 2.4.3-rc 12 years ago
Andrey Kamaev e64bb3654a Remove wrong assertion 12 years ago
Vladislav Vinogradov 26f9534544 fixed string->string conversion 12 years ago
Anatoly Baksheev d681717702 warnings 12 years ago
Andrey Kamaev b45a870d9a Limit 32S data in perf test for addWeighted to avoid integer overflow 12 years ago
Andrey Kamaev 40030d2ca0 Fix windows build warnings 12 years ago
Andrey Kamaev 15076f9232 Fix implementation of PCA overload with retained variance parameter 12 years ago
Maria Dimashova 78dd1893bb added tests for cv::merge, cv::split, cv::phase 12 years ago
marina.kolpakova 99c666691e Restore core multiply/divide depth to CV_64F value. 12 years ago
Kazuki MATSUDA 72c93dabd3 Add stream operators (Requested #2430) 12 years ago
Andrey Kamaev 8fb6d9f650 Fix Android build warnings 12 years ago
Andrey Kamaev 7173c82382 Include unistd.h to parallel.cpp on UNIX-like systems 12 years ago
Vadim Pisarevsky f5742e6cac fix bug #2447 - unary operator bug for single column matrix 12 years ago
Andrey Kamaev 73bbabf207 Eliminate discrepancies between signatures in documentation and OpenCV headers 12 years ago
Andrey Kamaev 0e7ca71dcc Normalize whitespace in documentation and text files 12 years ago
Andrey Kamaev 461b69f6ee Eliminate discrepancies between signatures in documentation and OpenCV headers 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
marina.kolpakova e5437e5486 Fix binary compatibility of opencv_gpu 12 years ago
Andrey Kamaev 0442bca235 Revert "partially recovered binary compatibility (ticket #2415)" 12 years ago
Andrey Kamaev 18ab16dbd3 Revert "some more fixes towards binary compatibility" 12 years ago
Andrey Kamaev ebac3a02aa Fix backward compatibility of opencv_core 12 years ago
Andrey Kamaev d566c6bc86 Revert "add new version of CommandLineParser. add empty docs" 12 years ago
Andrey Kamaev 58f31819cc Return drawContours back to imgproc 12 years ago
Andrey Kamaev a3b1971977 Bring back escaped virtual destructors from 2.4.2 12 years ago
Vadim Pisarevsky 78a0b9787c fixed build errors on Mac; moved test for #2332 from imgproc to highgui 12 years ago
Andrey Kamaev 460644b8a4 Reimplement thread management functions: 12 years ago
Andrey Kamaev b54f59de90 Move thread-related functions implementation to parallel.cpp 12 years ago
marina.kolpakova 8d7ac8ad19 minor ending fix 12 years ago