327 Commits (43db0d543de863da02792bb96c02646c181278df)

Author SHA1 Message Date
Andrey Kamaev 1af9b8ecab Applied patch from #1133 13 years ago
Vadim Pisarevsky 586ff429ec fixed bug #1318. extended RNG::fill with the optional saturateRange parameter 13 years ago
Vadim Pisarevsky 56f5fcd28c added Vec Matx::solve(Vec) (ticket #1376) 13 years ago
Andrey Kamaev 9941cf7c95 Fixed MSCV2005 build with TBB enabled. 13 years ago
Andrey Kamaev 8eb788c6e7 #842 #include <sys/mman.h> is moved from public headers closer to usage 13 years ago
Vadim Pisarevsky af8e5696f0 fixed a few compile problems in SparseMat code; fixed iteration over an empty sparse matrix (ticket #1587) 13 years ago
Vladislav Vinogradov eaea6782d5 added more assertion on device features to gpu functions and tests 13 years ago
Andrey Kamaev 54a4ff033a Fixed #1711 13 years ago
Andrey Kamaev bfaae7dd93 Input/Output arrays are updated to support fixed-type and fixed-size semantic for all compatible types 13 years ago
Andrey Pavlenko 010e73010c fixing compilation on Windows (M_PI was undefined via math.h) 13 years ago
Vadim Pisarevsky d60623279c switched to non-constant references in Algorithm::addParam, which is more safe. 13 years ago
Vadim Pisarevsky 4985c1b632 fixed hundreds of warnings from MSVC 2010. 13 years ago
Alexander Shishkov c9489a8bf3 fixed #1643 13 years ago
Andrey Pavlenko a5ae52fb0c updating func-s arg names according to ref. man. 13 years ago
Vadim Pisarevsky 957e80abbd lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 13 years ago
Alexander Shishkov f5b8af3254 applied patch from #1637 for fixing problems with Intel(tm) compiler 13 years ago
Vladislav Vinogradov 5c0f2f8ea1 reused buffer in GlTexture::copyFrom(GpuMat) 13 years ago
Patrick Mihelich b6c2c61ce1 Check for SSSE3 in core/internal.hpp. Define CV_SSSE3, and if enabled include tmmintrin.h. 13 years ago
Andrey Kamaev 9a88aea697 Eliminated all compiler warnings on Android 13 years ago
Alexey Spizhevoy 5c459aa815 Added the GPU version of the Farneback's optical flow 13 years ago
Vadim Pisarevsky bb93e3ab8a added color canny; improved Algorithm class implementation 13 years ago
Vadim Pisarevsky 716a5d04ab fixed a few problems detected by Xcode 4.2.1 13 years ago
Victoria Zhislina fbdb93ec79 CV_ENABLE_UNROLLED 13 years ago
Alexander Shishkov ec12608f5f fixed #1590 13 years ago
Andrey Kamaev d749052d9d Fixing build with Eigen enabled 13 years ago
Andrey Kamaev 984eb99428 Global CMake reorganization: 13 years ago
Vadim Pisarevsky 676f19233a added the abstract cv::Algorithm class; low-level exp & fastAtan etc. functions for more efficient SIFT implementation; fixed bug #1521 13 years ago
Vladislav Vinogradov a25b027ef7 updated gpu optical_flow sample 13 years ago
Andrey Kamaev 8cab65c173 Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options. 13 years ago
Andrey Kamaev f937d68d60 Fixed build for x64 with sse2 disabled; several improvements in performance testing framework; enabled SANITY_CHECK() for performance tests 13 years ago
Vladislav Vinogradov d13a6b74b2 Fixed bug with submatrix in device::transform 13 years ago
Vadim Pisarevsky b20871ce2d fixed bug in Matx::inv(..., DECOMP_SVD) (ticket #1444) 13 years ago
Vladislav Vinogradov fa93b724ee minor 13 years ago
Vladislav Vinogradov bd4239be7b moved OpenGL wrappers to separate header 13 years ago
Vladislav Vinogradov d7450c2449 added GlArrays class and pointCloudShow function 13 years ago
Vladislav Vinogradov e01f04885e minor 13 years ago
Vladislav Vinogradov c2783af781 added OpenGL support to highgui under WIN32 13 years ago
Vladislav Vinogradov 2695039a79 moved GpuMat's operations implementation to core module 13 years ago
Vladislav Vinogradov d305640749 minor fix 13 years ago
Vladislav Vinogradov fcfa72081e moved GpuMat and DevMem2D to core module, some code refactoring 13 years ago
Vadim Pisarevsky 2e9f5c434b added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ... 13 years ago
Andrey Kamaev d7ff92439d Better NEON Hamming distance 13 years ago
Vladislav Vinogradov 40ee754e28 added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts 13 years ago
Anatoly Baksheev 7106513b8a warning under vs2008 13 years ago
Andrey Kamaev 89be84a396 Fixed Linux build 13 years ago
Vadim Pisarevsky b74116e694 unified norm computing; added generalized Hamming distance 13 years ago
Vadim Pisarevsky 60ebe2003f fixed multiple warnings on Windows. fixed bug #1368 13 years ago
Andrey Kamaev 5d363e67a0 Tegra optimized cvRound; perf test for cvRound; fixed perf test for stitching 13 years ago
Leonid Beynenson fcaa587b67 CMake scripts changed a bit: added more accurate variant of the Threading Framework support (it is a lightweight analogue of TBB for ARM-s). 13 years ago
Andrey Kamaev 5cce038958 Performance testing branch is merged back into trunk 13 years ago