663 Commits (bce1b352e7df82644f8232465e126f74d1792f07)

Author SHA1 Message Date
Andrey Kamaev ed51162568 Fix binary compatibility of Java wrappers 12 years ago
Andrey Kamaev 0442bca235 Revert "partially recovered binary compatibility (ticket #2415)" 12 years ago
Andrey Kamaev 64b56d7018 Revert "remaining C-style planar subdivisions data structures are moved to legacy" 12 years ago
Andrey Kamaev 58f31819cc Return drawContours back to imgproc 12 years ago
Vadim Pisarevsky 78a0b9787c fixed build errors on Mac; moved test for #2332 from imgproc to highgui 12 years ago
Ilya Lavrenov 2cda65a782 fixed cvtColor (RGB <-> Lab) tests and created another one 12 years ago
Ilya Lavrenov 5f9aedbe01 fixed bug in cvtColor RGB(BGR) <-> Lab conversion 12 years ago
Evgeny Talanin cfe28e3b73 Added test inspired by #2332 12 years ago
Kirill Kornyakov e770691522 deleted wrong line 12 years ago
Kirill Kornyakov de98da42f7 commented wrong line 12 years ago
Kirill Kornyakov 84176fa027 Added perf test for warpPerpsective with large resolutions 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 e435674a90 added perf test for gabor filter 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
Andrey Kamaev 13bfcd643e Fix sanity checks in improc perf tests 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 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