411 Commits (2124de80a57844a7475165549c5375d340c193fe)

Author SHA1 Message Date
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
marina.kolpakova 66eb96d719 minor warning fix 12 years ago
Andrey Kamaev 8e2258c494 Fix Windows build after commit:41b6d25 12 years ago
Andrey Kamaev ff3aa6cbe1 Fix Android build after commit:41b6d25 12 years ago
Vadim Pisarevsky ec8f926686 small correction for the previous patch in parallel.cpp 12 years ago
Vadim Pisarevsky 41b6d25bdd added cross-platform Mutex implementation; enable platform-native (GDC/Concurrency) parallel_for_ implementation when TBB is not installed. 12 years ago
Andrey Kamaev b0927397e9 #2225 Rename getConvertData to getConvertElem to match the headers and documentation 12 years ago
Vladislav Vinogradov 7928cec670 added linesAccumGlobal kernel 12 years ago
Andrey Pavlenko c42c3ebc9c duplicating cv::error() message to Android logcat 13 years ago
Andrey Pavlenko 1995b1a06c duplicating cv::error() message to Android logcat 13 years ago
Vadim Pisarevsky 4b5f948307 added SSE2-optimized 3x3 invert by Grigoriy Frolov 13 years ago
Vadim Pisarevsky 310b1ad7b9 moved parallel_for_ and ParallelLoopBody to core.hpp 13 years ago
Ilya Lavrenov 27c2aa3a4e parallel version of bilateral filter was implemented using parallel_for_ 13 years ago
Vadim Pisarevsky fac3d9994c integrated another portion of SSE optimizations from Grigory Frolov 13 years ago
Vadim Pisarevsky b9d7c712f5 made countNonZero SSE code SSE2-compliant and portable 13 years ago
Josh Doe f1690557bf core/stat: fix build with 32-bit 13 years ago
Sam Bromley fd98520d78 Protect check of CV_SSE4_2 with #if defined. 13 years ago
Maria Dimashova 6b7470f683 fixed gcc compilation 13 years ago
Vadim Pisarevsky b782d8bb53 integrated patch with some SSE2/SSE4.2 optimizations from Grigory Frolov 13 years ago
Marina Kolpakova 66aff45e96 fixed #2130 13 years ago