403 Commits (c52d56964c0799f8da0ac04cf6a03bda0f194832)

Author SHA1 Message Date
Ilya Lavrenov 5f9aedbe01 fixed bug in cvtColor RGB(BGR) <-> Lab conversion 12 years ago
Vadim Pisarevsky 5474b4d4bc finally, a proper fix for VNG (both SSE2 and C version) 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
Andrey Kamaev dc4a649513 Fix OS X build 12 years ago
Andrey Kamaev be98693aaf Enable parallel CvtColorLoop for all platforms 12 years ago
Andrey Kamaev df94591336 Fix instability of Luv/Lab color conversions 12 years ago
Daniil Osokin f1e025dc68 delete normalization in gabor kernel #1995 12 years ago
Evgeny Talanin 8528b0abcd #1941 fix 12 years ago
Vadim Pisarevsky e625d86485 added C= support; modified threading logic in threshold 12 years ago
Vadim Pisarevsky 044d38a051 expanded cv::threshold parallelization to other threading frameworks; fixed potential bug with unprocessed bottom of the image; fixed build problem in stitching 12 years ago
Vadim Pisarevsky b0ad424087 fixed several warnings from VS2010 12 years ago
Vadim Pisarevsky a8c5e35619 some more fixes towards binary compatibility 12 years ago
Evgeny Talanin 7c71c8fa52 #2258 fix 12 years ago
Vadim Pisarevsky 94b97b7a63 partially recovered binary compatibility (ticket #2415) 12 years ago
Andrey Kamaev c0f2a8e0cc Fix build without SSE 12 years ago
Vadim Pisarevsky 925d0cc769 added test for box filter 16u, fixed bug #2416 12 years ago
Ilya Lavrenov 2759f026e9 fixed Bug #2074 12 years ago
Ilya Lavrenov a703df5456 parallel cvtColor for MSVS and Apple 12 years ago
Ilya Lavrenov c560a78c65 stable cvtColor 12 years ago
Ilya Lavrenov 9ee87bd04b added parallel version of CvtColorLoop - main inner function of cvtColor 12 years ago
Ilya Lavrenov 6a3d5a1355 reorganized the resize algorithm 12 years ago
Ilya Lavrenov 33983bcbb7 edited misprint 12 years ago
Ilya Lavrenov 9c89947433 edited misprint 12 years ago
Ilya Lavrenov 2627c91c5e added platform specific definitions in resize algorithm 12 years ago
Ilya Lavrenov bb589a590e debug 12 years ago
Ilya Lavrenov b7b32e74a5 some restructuring of resize algorithm code 12 years ago
Ilya Lavrenov 222303f24b attempt 12 years ago
Anatoly Baksheev 3b075a50e9 fixed warnings under windows 12 years ago
Vadim Pisarevsky d2613dd9f6 added patches by Bram Bolder 12 years ago
Ilya Lavrenov fffd263ce4 attempt 12 years ago
Ilya Lavrenov f58c5646b0 fixed wrong condition with interpolation types 12 years ago
Vladislav Vinogradov 538847e8a3 fixed compilation under VS2012 (Bug #2352, #2355) 12 years ago
Vladislav Vinogradov e975259c06 several fixes in gpu module 12 years ago
Vadim Pisarevsky 9956c42804 fixed iterations>1 case in morphological operations (bug #2348; thanks to Andrei Zaharescu for the fix) 12 years ago
Vadim Pisarevsky 9ea5b6bb44 fixed possible access violation in HSV2RGB (patch #2020) 12 years ago
Vadim Pisarevsky b3408a9b3a fixed bug #2186 (thanks to Joao Soares for the patch) 12 years ago
Vladislav Vinogradov 98c92f196e added Generalized Hough implementation 12 years ago
Vadim Pisarevsky dea52eb730 fixed 4-channel resizeAreaFast x2 decimation case 12 years ago
Vadim Pisarevsky 778c31a1c8 added SSE2-optimized boxfilter by Grigoriy Frolov 12 years ago
Vadim Pisarevsky 014106783d fixed building BRISK on Windows 12 years ago
Anatoly Baksheev 3456238c16 minor 12 years ago
Anatoly Baksheev 0ba01afd83 added GPU bilateral filter + tests 12 years ago
Sergiu Dotenco 6c3e769f32 eliminated type conversion warnings 12 years ago
Alexander Kapustin 1b5903a719 Laplacian tegra optimized was added 12 years ago
Anatoly Baksheev 70204a8e68 Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now 12 years ago
Ilya Lavrenov 92795ba476 parallel version of remap, resize, warpaffine, warpPerspective. Some optimization for 2x decimation in resize algorithm 12 years ago
Vadim Pisarevsky 793e8b546d fixed build on Ubuntu 12 years ago
Vadim Pisarevsky 64661ea9cd added SSE2-optimized resizeAreaFast for 8-bit images by Grigoriy Frolov 12 years ago
Vadim Pisarevsky 2f1cc018c9 enabled SSE3 by default; integrated SSE3-optimized bilateral filter (by Grigoriy Frolov); modified API of non-local means (use Input/OutputArrays) 12 years ago
Maria Dimashova d973d571a4 changed the value that replace NaNs in bilateralFilter_32f 13 years ago