1820 Commits (de977cc9c836dd954bc0a737b5aa80621a4f9c72)

Author SHA1 Message Date
Vadim Pisarevsky 1df10553bb fixed bugs #1373, #2629, #2719 12 years ago
Vadim Pisarevsky efd00238e2 fixed warnings; restored fixed_size parameter in AutoBuffer 12 years ago
Vladislav Vinogradov 281d036fcf optimizations: 12 years ago
Vladislav Vinogradov ae6266e101 fixes for gpu module: 12 years ago
Vadim Pisarevsky c197a46e7e removed rarely used fixed_size parameter from AutoBuffer type, added optional AutoBuffer* but to cvarrToMat in order to speedup CvSeq->Mat conversion; finished conversion of convex hull and related functions to C++ 12 years ago
Andrey Kamaev e3474878b6 Consistently use 4-digit library version 12 years ago
Vadim Pisarevsky e3941d0965 refactored approxpoly 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 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
Anatoly Baksheev 94c310fc14 added Ptr::operator== 12 years ago
Anatoly Baksheev 50946b59c1 minor device namespace refactor 12 years ago
Andrey Kamaev 18e77d606c Drop functions working with multibyte characters 12 years ago
Vladislav Vinogradov b689eca8a0 fixed OpenGL tests 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
Vladislav Vinogradov f00efcfc59 added optimized deviceSupports function 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 e5ffbf9498 Fix stream output operator for Vec<uchar,n> 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
Vadim Pisarevsky d9d4e8df6f fixed bugs #2300 (Vector::dot) and #2467 (build with Xcode 4.5 with --stdlib=libc++) 12 years ago
Andrey Kamaev fd4909360f Remove windows.h include from opencv2/core/internal.hpp to avoid conflicts with TBB library. 12 years ago
LeonidBeynenson d6aa3bd8ed Made changes in cv::Algorithm 12 years ago
Andrey Kamaev 6f08d03322 Advance version number to 2.4.3-rc 12 years ago
Andrey Kamaev 40030d2ca0 Fix windows build warnings 12 years ago
Kazuki MATSUDA 72c93dabd3 Add stream operators (Requested #2430) 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
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 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 8441cf700d added function cv::findNonZero (patch #2205) 12 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) 12 years ago
Vadim Pisarevsky 7ee6040192 enable Matx as Mat elements (bug #1705). 12 years ago
Vadim Pisarevsky a135e862c1 made opencv headers windows.h-less (Bug #2122) 12 years ago
Vadim Pisarevsky a8c5e35619 some more fixes towards binary compatibility 12 years ago
Vadim Pisarevsky 4be7619ce4 _InputArray/_OutputArray destructors are temporary made non-virtual. Please, restore it after 2.4.3 12 years ago
Vadim Pisarevsky 94b97b7a63 partially recovered binary compatibility (ticket #2415) 12 years ago
Vladislav Vinogradov 11367e2c3d added GpuMat support to OutputArray 12 years ago
Andrey Kamaev f32eb05ea1 Fix AVX and other SIMD support detection 12 years ago
Vadim Pisarevsky 0598f33a85 refactored command line parser, fixed the docs 12 years ago
AoD314 54a202b3d5 add new version of CommandLineParser. add empty docs 12 years ago
Andrey Kamaev bcd0aefbca Fix gcc build errors and warnings 12 years ago