560 Commits (a01f596474fa45c22b06bf7d96d10676b18d5993)

Author SHA1 Message Date
Vadim Pisarevsky 925d0cc769 added test for box filter 16u, fixed bug #2416 12 years ago
Ilya Lavrenov 280ecb68bf changed file path 12 years ago
Ilya Lavrenov 2759f026e9 fixed Bug #2074 12 years ago
Ilya Lavrenov a703df5456 parallel cvtColor for MSVS and Apple 12 years ago
Vadim Pisarevsky 06a13d9ba0 replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet 12 years ago
Ilya Lavrenov c560a78c65 stable cvtColor 12 years ago
Ilya Lavrenov 45593030ab fixed TestRemap_Remap 12 years ago
Vadim Pisarevsky 57d9699058 added the note about 1-pixel border in findContours (relates to ticket #2362) 12 years ago
Ilya Lavrenov 9ee87bd04b added parallel version of CvtColorLoop - main inner function of cvtColor 12 years ago
Ilya Lavrenov b8c185de9f changed map indexes in test_remap 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
Ilya Lavrenov 5ab3fe489f changed resize_area test 12 years ago
Ilya Lavrenov a65cb5d2de added extra debug parameters in resize test 12 years ago
Ilya Lavrenov 03daf44848 added recalculating scale coefficients 12 years ago
Andrey Kamaev e73089bdb5 Fix windows build warnings 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
Ilya Lavrenov fbd9bfba47 fixed some warnings and errors on windows 12 years ago
Andrey Kamaev b1b5e392e6 Fix Android build warnings in new imgproc tests 12 years ago
Ilya Lavrenov dd1091bbe1 a reference function for remap was stabilized 12 years ago
Vladislav Vinogradov 98c92f196e added Generalized Hough implementation 12 years ago
Vadim Pisarevsky 932100c5a3 fixed build errors and warnings on Windows 12 years ago
Ilya Lavrenov 5eac0419b2 changed eps in validate_result function 12 years ago
Ilya Lavrenov be51e5d1b1 More strict tests for image waring algorithms 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
Andrey Kamaev 639bbec44a svn repository web references are replaced with links to git 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
Anatoly Baksheev e60a50c43c removed /EHa flag for cuda compilation 12 years ago
Anatoly Baksheev 290030d030 possibility to enable /mp compiler flag from cmake 12 years ago
Vsevolod Glumov fc307c87dc Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions. 12 years ago
Ilya Lavrenov 92795ba476 parallel version of remap, resize, warpaffine, warpPerspective. Some optimization for 2x decimation in resize algorithm 12 years ago