1711 Commits (d67e612f105d905e414e2f1269c95ee148751edc)
 

Author SHA1 Message Date
Vadim Pisarevsky d67e612f10 fixed highgui build on Windows 14 years ago
Vadim Pisarevsky 5f6beac5d5 fixed libpng build on Windows 14 years ago
Vadim Pisarevsky 417663c062 moved image codecs' headers to the respective subdirectories; allow the user to use system zlib. 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 0e0929af15 fixed compile errors on Ubuntu 14 years ago
Maria Dimashova cd981f4d13 started to integrate DOT detector 14 years ago
Vadim Pisarevsky 0a8c7d274b fixed typo in cv::erode description 14 years ago
Vadim Pisarevsky 35af5dacde do not define CVAPI_EXPORTS when OpenCV is built statically (thanks to Mika Fischer for the patch) 14 years ago
Vadim Pisarevsky caa943c85f made png codec in highgui compatible with libpng-1.5 (thanks to wiz for the patch) 14 years ago
Vadim Pisarevsky 0556c5ede2 make sure filter2D does not use uninitialized buffers (thanks to flkleber for the patch) 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 0cfcb48796 bugfix for highgui crash on Windows in debug mode (ticket #752) has been propagated from branch 2.2 to trunk 14 years ago
James Bowman 6f82c0d662 simple mean for decode 14 years ago
James Bowman 181de06445 restore data matrix 14 years ago
Vadim Pisarevsky 7735712732 removed obsolete tex docs in order to avoid possible confusion 14 years ago
James Bowman 8047d0503f datamatrix 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
Anton Obukhov 8a54967e0b [~] Updated GPU module install target to copy NCV.hpp and NPP_staging.hpp to the package include directory 14 years ago
Anton Obukhov b28c33f5dc [~] Added nppStSetActiveCUDAstream and nppStGetActiveCUDAstream to the export table 14 years ago
Vladislav Vinogradov dad986a6cb added 16-bit support to TiffEncoder (restore after #4919) 14 years ago
Nils Hasler 3b9138c4a0 fixed jump over initialisation bug. 14 years ago
Alexey Spizhevoy c9894f9655 fixed compile-time bug under Ubuntu 14 years ago
Anton Obukhov 0c325cace3 [~] Minor refactoring, clean-up 14 years ago
Elena Fedotova e2caf4a3ed Purpose: updated the imgproc chapter 14 years ago
Nils Hasler 91d813bc89 If a pipeline is specified manually, this has to be done in full now, ending with appsink. For example: 14 years ago
Nils Hasler 80da1d408b removed private copy of gstappsink because appsink is now part of gstreamer base. 14 years ago
Maria Dimashova e7e72d24d3 fixed compile error (ubuntu64) 14 years ago
Vadim Pisarevsky 83efef4b9a added overloaded variants of findHomography & findFundamentalMat for backward compatibility 14 years ago
Nils Hasler ee0c16e43e * added property CV_CAP_GSTREAMER_QUEUE_LENGTH 14 years ago
Vincent Rabaud 6e15238dd9 - make sure the code compiles with gcc 4.6 14 years ago
Alexey Kazakov 1e69bd5118 class MeanshiftGrouping replaced from objdetect.hpp to cascadedetect.cpp 14 years ago
Alexey Kazakov fb0b25692e A little fix in haar cascade 14 years ago
Vadim Pisarevsky 5c1fafdd6f moved precomp.hpp before all other headers (to repair PCH mechanism). moved tables from the header to datamatrix.cpp 14 years ago
Alexey Kazakov e9aa6fa012 Added ROC-curve calculating to the cascade detection algorithm 14 years ago
Vadim Pisarevsky 06070dfcf6 fixed linker errors by adding CV_EXPORTS to the exported DataMatrix functionality; 14 years ago
Vadim Pisarevsky a4924cf52d some more minor fixes in datamatrix: warnings eliminated, replaced MMX intrinsics (which are not recommended to use on x64) with SSE2. 14 years ago
James Bowman 2c05ddd565 #1018: predicate on SSE2 14 years ago
Andrey Morozov efd368f432 temporary fix for problem with compilation sse intrinsics on Windows 14 years ago
Andrey Kamaev 16044d1ad5 Android compatibility fix: avoid regex.h include to be able to build OpenCV for platform android-5 14 years ago
Vadim Pisarevsky 64814321ee removed compiled hdr_parser.py 14 years ago
Vladislav Vinogradov 604c53a0ab added 16-bit support to TiffEncoder 14 years ago
James Bowman f385bb97eb datamatrix 14 years ago
James Bowman 4b350e9a09 datamatrix test image 14 years ago
James Bowman 324e89ab3a datamatrix 14 years ago
Vadim Pisarevsky 21f962c315 small correction to the previous patch (also by Konstantin Krivakin) 14 years ago
Andrey Kamaev e3f394af01 Fixed remaining Android compatibility issues: added compiler flag to interpret char as signed char. 14 years ago
Andrey Kamaev 8483b95256 Fixed #1004 14 years ago
Andrey Kamaev cc1c613313 Fixed #998 and #999: OpponentSIFT and OpponentSURF regression tests failure on Android 14 years ago
Victor Erukhimov 1d7b9750c0 Tutorials 14 years ago