104 Commits (454e5e5fa4c7d500640060f0b44255b6c0305844)

Author SHA1 Message Date
Ilya Lavrenov 4722b2d0e5 fixed memory leak caused by illegal memory access 9 years ago
Ilya Lavrenov f100cdb6d4 fixed "Conditional jump or move depends on uninitialised value" warning 9 years ago
Ilya Lavrenov 793bdaada7 typo 9 years ago
Ilya Lavrenov b70e27e076 fixed memory leaks in warpAffine tests 9 years ago
Ilya Lavrenov d1b882ddcf fixed memory leaks in floodfill tests 9 years ago
Ilya Lavrenov b2489d31d6 fixed memory leaks in cvtyuv tests 9 years ago
Vitaly Tuzov a96a6bf149 Resize area result verification moved to the separate function 9 years ago
Vitaly Tuzov b7c9aaa471 Added more resize_area tests to ensure right rounding behavior for half and quarter downscaling 9 years ago
Alexander Alekhin 42ba5c7d16 fix GCC 4.9 warnings 9 years ago
Alexander Karsakov 00575b346d Fixed range for 'v' channel for 8U images. 10 years ago
Alexander Karsakov b027eac173 Fixed range for 'v' channel for 8U images. 10 years ago
Roman Donchenko 7ea1bf3cf0 Fixed several problems found by PVS-Studio. 11 years ago
Alexander Smorkalov 4c1ed13846 Warning fixes for GCC 4.8. 11 years ago
Seunghoon Park 2c7cf52e3b fixing bug #3345. use norm to make sure two matrices are the same. 11 years ago
Seunghoon Park 27a8bb471b fixing bug #3345. don't use BORDER_ISOLATED alone. it should be combined with some border type 11 years ago
Seunghoon Park 7868733002 fixing bug #3345 11 years ago
Seunghoon Park eb9d7c4dd5 fixing bug #3345. use norm to make sure two matrices are the same. 11 years ago
Seunghoon Park 2272a58769 fixing bug #3345. don't use BORDER_ISOLATED alone. it should be combined with some border type 11 years ago
Ilya Lavrenov 6b9ebcbf3d deleted extra semicolons 11 years ago
Seunghoon Park b036fc756a fixing bug #3345 11 years ago
Alexander Alekhin 723af15228 ocl: fix warnings from GCC 4.8, update Haar 11 years ago
Alexander Smorkalov 1aaeb52a4c Android NDK r9 support. x64 NDK support fix for MacOS X. 11 years ago
Roman Donchenko 4f109d1292 Fixed a memory access error in CV_Remap_Test::generate_test_data. 11 years ago
Roman Donchenko 2de8487e58 Fixed a few tests that use uninitialized inputs. 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
kdrobnyh c1de14c27a Fix bilateralFilter function 11 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 11 years ago
Daniil Osokin d8f538d67b Added tests for RGB to YUV420p color conversion 12 years ago
Ivan Korolev 9908ff33de Added regression test for HoughLines algorithm 12 years ago
Andrey Kamaev a126532cb7 Fix OS X build warnings 12 years ago
marina.kolpakova 7a5b9a6b7f replase __APPLE__ marco with __clang__ 12 years ago
Andrey Kamaev 2b0072d823 Suppress more warnings in gtest on OS X 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 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
Evgeny Talanin cfe28e3b73 Added test inspired by #2332 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
Vadim Pisarevsky 06a13d9ba0 replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet 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
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
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