151 Commits (66c116ec6ad77a470b2380ff9369dbe659c6f67d)

Author SHA1 Message Date
Andrey Kamaev 727fbd5376 Android cmake toolchain file is included into OpenCV 14 years ago
Vadim Pisarevsky d02a0cab48 updated OpenCV version to 2.2.9; added missing cv::convertPointsHomogeneous for backward compatibility; fixed bug #952 14 years ago
Leonid Beynenson 2806db93d8 Merged the branch /branches/opencv_pthread_framework/opencv into the trunk. 14 years ago
Vadim Pisarevsky c82252035f fixed bug with misaligned data access (on Windows & Linux) 14 years ago
Vadim Pisarevsky 6985540744 moved image codecs' headers to the respective subdirectories; allow the user to use system zlib. 14 years ago
Vadim Pisarevsky 4b2f9e78fc fixed repeated allocation of RNG on each theRNG() call (thanks to barjenbr for the patch) 14 years ago
Vadim Pisarevsky 4aaa2700f6 do not use Lapack anymore 14 years ago
Vadim Pisarevsky 9ac3a35175 do not use Lapack anymore 14 years ago
Vincent Rabaud 6e15238dd9 - make sure the code compiles with gcc 4.6 14 years ago
Andrey Kamaev 8483b95256 Fixed #1004 14 years ago
Vadim Pisarevsky e9a5bbc003 fixed ?? marks; fixed missing highlighting in some of the sections 14 years ago
Vladimir Dudnik 2057f2c452 fixed build issues related to changes in IPP calls. 14 years ago
Vadim Pisarevsky dd45fe13d1 fixed OutputArray::create, which resolves several failures in opencv_test_core 14 years ago
Vadim Pisarevsky 94e09f24c7 fixed crash in test_core 14 years ago
Vadim Pisarevsky 9a991a2e10 fixed build problems on Windows 14 years ago
Vadim Pisarevsky abeeb40d46 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
Andrey Kamaev b906ad3108 Test system included into Android build 14 years ago
Elena Fedotova c6a6d71dae Purpose: updated the core chapter 14 years ago
Elena Fedotova 77cdc746a5 Purpose: updated the core chapter 14 years ago
Elena Fedotova cc1624b06a Purpose: updated the core chapter 14 years ago
Elena Fedotova ef06694779 Purpose: updated the core chapter 14 years ago
Vincent Rabaud 1dff306872 - make sure the code compiles under gcc-4.6 14 years ago
Elena Fedotova 25fc046a7a Purpose: updated the core chapter 14 years ago
Vladislav Vinogradov d888b81052 fixed gpu docs (broken links, missing description, etc) 14 years ago
Vincent Rabaud 578ca872e4 - add support for the popcnt instruction (useful for the Hamming distance, soon to come in BRIEF and FLANN) 14 years ago
Vadim Pisarevsky 73f589e8a5 further docs cleanup 14 years ago
Vadim Pisarevsky 5c3447c125 added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work 14 years ago
Vadim Pisarevsky f025e4739a some more doc cleanup 14 years ago
Vadim Pisarevsky 4bb893aa9f the first round of cleaning up the RST docs 14 years ago
Vladimir Dudnik 4f83a06358 added IPP dot product functions. Only 32f data type supported for now (there are accuracy issues in 8u/16s/16u/32s functions which will be fixed in IPP 7.0.3) 14 years ago
Vadim Pisarevsky 24ccbccf63 cleaned RST formatting a bit 14 years ago
Vadim Pisarevsky 371aa08006 OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX. 14 years ago
Vadim Pisarevsky 916690a674 temporily excluded cv::Algorithm 14 years ago
Vadim Pisarevsky c5e3869c32 replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others) 14 years ago
Vadim Pisarevsky 65a7f13af3 replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others) 14 years ago
Vadim Pisarevsky d9ab1d2b92 fixed build on Windows with MSVC2010 14 years ago
Vadim Pisarevsky 77529b1fa6 fixed bugs in CartToPolarToCart test 14 years ago
Vadim Pisarevsky 061b49e0b2 reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 14 years ago
Valentina Kustikova d03b89f163 Parallel version of Latent SVM. 14 years ago
Vladimir Dudnik c987b9f180 added IPP Sobel and Sharr filters. Also some minor changes. 14 years ago
Vadim Pisarevsky be4251c143 fixed compile problems when Makefiles are used 14 years ago
Vadim Pisarevsky d2c2c07ad2 updated the new arithmetic tests 14 years ago
Vladimir Dudnik a961cfe135 fixed mistake in integration of IPP Sub functions. Added IPP min/max/absdiff/and/or/xor functions. 14 years ago
Vladimir Dudnik a34f044d19 add IPP Sub operations to arithm.cpp for 8u, 16u, 16s, 32s, 32f, 64f data types. 14 years ago
Vladimir Dudnik abdb139096 add IPP Add operations to arithm.cpp for 8u, 16u, 16s, 32s, 32f, 64f data types. 14 years ago
Vladimir Dudnik 6309b2d08d added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places. 14 years ago
Vadim Pisarevsky 2dd0e85264 fixed some build problems 14 years ago
Vadim Pisarevsky 97d9a672cc moved gtest to modules; added some gtest-based tests 14 years ago
Vadim Pisarevsky a379d011fd fixed MatConstIterator<> (ticket #776) 14 years ago
Vladimir Dudnik c9d20500ce cosmetic changes, removed trailing spaces. Added ippGetCpuClocks if IPP is available (important for 64-bit build) 14 years ago