1006 Commits (0c50d0821fb88c95ff035c1b757df1451bbd68ad)

Author SHA1 Message Date
Alexander Smorkalov 8cb0343f4c Documentation build warning fixes. 12 years ago
Andrey Kamaev 20c5a8788d Weaken acceptance criteria in phase test 12 years ago
Anatoly Baksheev a09b973c2e Smart operators for smart Ptr (feature #2637) 12 years ago
Andrey Kamaev c02179a765 Revert "_InputArray/_OutputArray destructors are temporary made non-virtual. Please, restore it after 2.4.3" 12 years ago
Andrey Kamaev f87987ed72 Honor multidimensional matrices in InputArray::total 12 years ago
Andrey Kamaev 9944282b09 Fix build with STLPort from NDK r8d 12 years ago
Andrey Kamaev aaf779a3a2 Adjust OpenCV version to 2.4.3.2 12 years ago
takacsd 64f821908e Add missing _WIN32 check in core/operations.hpp. 12 years ago
Alexander Smorkalov dfa4b2fefa Workaround for gcc overoptimization compiler bug. 12 years ago
Vladislav Vinogradov 0973e86d8a fixed printShortCudaDeviceInfo for new CC 12 years ago
Vladislav Vinogradov bac94f85c1 fixed printCudaDeviceInfo for 3.5 CC (Patch #2641) 12 years ago
Anatoly Baksheev 94c310fc14 added Ptr::operator== 12 years ago
Vladislav Vinogradov da93a1dab9 fixed build for CARMA platform 12 years ago
Anatoly Baksheev 50946b59c1 minor device namespace refactor 12 years ago
Vladislav Vinogradov 5fe9bb717d fixed build under linux with OpenGL 12 years ago
Andrey Kamaev 18e77d606c Drop functions working with multibyte characters 12 years ago
Andrey Kamaev 7c6191ec11 Refactored run.py script and temporary file generation logic 12 years ago
Vladislav Vinogradov c6263eb253 fixed build with CUDA and witout OpenGL 12 years ago
Vladislav Vinogradov b689eca8a0 fixed OpenGL tests 12 years ago
Vladislav Vinogradov 06776b612c fixed warnings 12 years ago
Vladislav Vinogradov 05d842bcd8 a bit more opengl refactoring: 12 years ago
Vladislav Vinogradov 08fbf667f9 refactored opengl functionality 12 years ago
Andrey Kamaev 49c35fafc0 Adjust OpenCV version to 2.4.3.1 12 years ago
Vadim Pisarevsky b57e801c04 now invert 3x3 on "bad" matrices works well on Windows 12 years ago
Anna Kogan 4e21f42714 increased time-limits 12 years ago
Anna Kogan 8877066846 increased time-limits 12 years ago
Vladislav Vinogradov f00efcfc59 added optimized deviceSupports function 12 years ago
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