419 Commits (be8b3687f4b2934f9ff2867996dc738a92f9f207)

Author SHA1 Message Date
Andrey Kamaev 15076f9232 Fix implementation of PCA overload with retained variance parameter 12 years ago
marina.kolpakova 99c666691e Restore core multiply/divide depth to CV_64F value. 12 years ago
Andrey Kamaev 8fb6d9f650 Fix Android build warnings 12 years ago
Andrey Kamaev 7173c82382 Include unistd.h to parallel.cpp on UNIX-like systems 12 years ago
Vadim Pisarevsky f5742e6cac fix bug #2447 - unary operator bug for single column matrix 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
marina.kolpakova e5437e5486 Fix binary compatibility of opencv_gpu 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 78a0b9787c fixed build errors on Mac; moved test for #2332 from imgproc to highgui 12 years ago
Andrey Kamaev 460644b8a4 Reimplement thread management functions: 12 years ago
Andrey Kamaev b54f59de90 Move thread-related functions implementation to parallel.cpp 12 years ago
Daniil Osokin 1d3ec99102 fixed batchDistance minimum finding #2292 12 years ago
Vadim Pisarevsky bddd06e6c4 another fix for the updated parallel_for_ implementation 12 years ago
Vadim Pisarevsky d64438dcfd fixed build errors in the case of TBB and Concurrency 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 37ad10bf0d fixed bug with partly uninitialized output of dft with DFT_COMPLEX_OUTPUT flag (bug #2223) 12 years ago
Vadim Pisarevsky e625d86485 added C= support; modified threading logic in threshold 12 years ago
Daniil Osokin 1516a6169a fixed one more msvc warning in tbb kmeans 12 years ago
Daniil Osokin cc2d12b3e6 fixed msvc warning in tbb kmeans 12 years ago
daniil.osokin e83ff354bd added TBB for kmeans (patch #1261: thanks to Boris Mansencal) 12 years ago
Andrey Kamaev 0afd51253d Add else branch to previous fix 12 years ago
Andrey Kamaev 34bfda10ca Fix regression in core arithmetic 12 years ago
Vadim Pisarevsky a135e862c1 made opencv headers windows.h-less (Bug #2122) 12 years ago
Vadim Pisarevsky df8364ce63 Fixed "arr = NaN" case (bug #2056) 12 years ago
Vadim Pisarevsky a8c5e35619 some more fixes towards binary compatibility 12 years ago
Anatoly Baksheev 4b5bbb7752 fast_nlm initial version 12 years ago
Vadim Pisarevsky 94b97b7a63 partially recovered binary compatibility (ticket #2415) 12 years ago
Andrey Kamaev 25a9b0a255 Fix depth calculation for Scalar in core arithmetic 12 years ago
Roy Reapor aa400c5837 Fixed issue 2403 12 years ago
Vladislav Vinogradov 11367e2c3d added GpuMat support to OutputArray 12 years ago
Anatoly Baksheev 55b1d7c097 added CUDA_DISABLER preprocessor commands 12 years ago
Vadim Pisarevsky d09b3828b8 fixed fail in arithmetic test 12 years ago
Ilya Lavrenov 0e07b0d73a uncommented auto enabling GCD on Mac 12 years ago
Ilya Lavrenov 077115bd4a debug 12 years ago
Leonid Beynenson 46ce5976ae Fix: Windows compilation error in CommandLineParser. 12 years ago
Leonid Beynenson 0bde00a88a Changed CommandLineParser to make it less verbose 12 years ago
Alexander Kapustin 8f4ddad52d 1. New function ActualScalarDepth was added 12 years ago
Alexander Kapustin bb3332508e 1. New function ActualScalarDepth was added 12 years ago
Vadim Pisarevsky 1ded1597e7 fixed mixed-type array operations (bug #2336) 12 years ago
Vadim Pisarevsky 7c13dc6cb3 little fix in command line parser - catch unknown parameter types 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
Vadim Pisarevsky 959674618f restored SSE2 and added AVX optimization of the old haar face detector 12 years ago
Kevin 93155c6ae0 Overloaded PCA constructor and ( ) operator to implement Feature#2287 - PCA that retains a specified amount of variance from the data. A sample was added to samples/cpp to demonstrate the new functionality. Docs and Tests were also updated 12 years ago
Vadim Pisarevsky a74a2302aa fixed bug #2331 12 years ago
Vadim Pisarevsky 0bd68a70f1 fixed #2297, #2300; fixed several warnings 12 years ago
Anatoly Baksheev 70204a8e68 Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now 12 years ago