2374 Commits (900c406541eb0bbbbfcc13310a6cfbddada1a051)

Author SHA1 Message Date
Vitaly Tuzov 4a0152c731 Resize area result verification moved to the separate function 10 years ago
Vitaly Tuzov 7d245e0f29 Added more resize_area tests to ensure right rounding behavior for half and quarter downscaling 10 years ago
a-andre a14e524b32 fix documentation builder warnings 10 years ago
Ilya Lavrenov d28e6c9b36 fixed memory leak caused by illegal memory access 10 years ago
Ilya Lavrenov c16f465ff5 fixed "Conditional jump or move depends on uninitialised value" warning 10 years ago
Ilya Lavrenov 16bcc30e42 typo 10 years ago
Ilya Lavrenov 08e38e9ff9 fixed memory leaks in warpAffine tests 10 years ago
Ilya Lavrenov ba3b902da7 fixed memory leaks in floodfill tests 10 years ago
Ilya Lavrenov bf94e6a91c fixed memory leaks in cvtyuv tests 10 years ago
Philip Salvaggio fcf971bded Improved documentation for connectedComponentsWithStats. 10 years ago
Ilya Lavrenov d81a0df489 fixed memory leak caused by illegal memory access 10 years ago
Ilya Lavrenov e7ac52d17a fixed "Conditional jump or move depends on uninitialised value" warning 10 years ago
Ilya Lavrenov 7e26cf569f typo 10 years ago
Ilya Lavrenov 5547398786 fixed memory leaks in warpAffine tests 10 years ago
Ilya Lavrenov 7eba9055e0 fixed memory leaks in floodfill tests 10 years ago
Ilya Lavrenov 2a8ef1d065 fixed memory leaks in cvtyuv tests 10 years ago
Ilya Lavrenov 11981c31f0 fixed valgrind warning in polylines 10 years ago
Tsukasa Sugiura cd13b30fde Fix LineAA in case of 4 channel 10 years ago
Roman Donchenko e1be6d0888 Refactor a section of icvRotatingCalipers to work around a GCC bug 10 years ago
Suleyman TURKMEN c63f443bba Update drawing.cpp 10 years ago
Maksim Shabunin 771af4f32d Some changes to support mingw-w64 10 years ago
Suleyman TURKMEN f660461bb3 documentation patch 10 years ago
Lorena García 9d01818e8a Small update of Colormap documentation 10 years ago
Ilya Lavrenov 4722b2d0e5 fixed memory leak caused by illegal memory access 10 years ago
Ilya Lavrenov f100cdb6d4 fixed "Conditional jump or move depends on uninitialised value" warning 10 years ago
a-andre b757359ff8 fix documentation builder warnings 10 years ago
Ilya Lavrenov 793bdaada7 typo 10 years ago
Ilya Lavrenov b70e27e076 fixed memory leaks in warpAffine tests 10 years ago
Ilya Lavrenov d1b882ddcf fixed memory leaks in floodfill tests 10 years ago
Ilya Lavrenov b2489d31d6 fixed memory leaks in cvtyuv tests 10 years ago
Wenju He 67ca143a0b fix adaptiveThreshold mean 10 years ago
LaurentBerger a64d096369 remove test 10 years ago
Vitaly Tuzov a96a6bf149 Resize area result verification moved to the separate function 10 years ago
Vitaly Tuzov b7c9aaa471 Added more resize_area tests to ensure right rounding behavior for half and quarter downscaling 10 years ago
Alexander Alekhin 4eef486afe tapi: datarace fixup for cvtColor 10 years ago
Maksim Shabunin 14d7b38613 Fixing GCC 4.9 warnings 10 years ago
Alexander Alekhin 42ba5c7d16 fix GCC 4.9 warnings 10 years ago
Josh Klontz beed99dbc1 fixed conditional compilation of RGB2Gray<ushort> template specialization 10 years ago
Roman Donchenko 9e50cf5375 Refactor a section of icvRotatingCalipers to work around a GCC bug 10 years ago
Seon-Wook Park 20bf88bad1 spatialGradient: Make kern args const& 10 years ago
Seon-Wook Park 90c398ea67 spatialGradient: Add CV_SSE2 check 10 years ago
Evgeny Agafonchikov 6a6d58d389 Adding test support for WINRT 10 years ago
LaurentBerger 12362f76b1 Test for adaptive thresh will give FAIL_BAD_ACCURACY for old 10 years ago
Seon-Wook Park ed38ca5179 spatialGradient: Remove 4 loads in inner loop 10 years ago
Seon-Wook Park 5dddb47863 spatialGradient: Remove pointers caching 10 years ago
Seon-Wook Park cf0fdfa2bb spatialGradient: Change ordering of vector loads 10 years ago
Seon-Wook Park 658f96b447 spatialGradient: L/R border handling outside. Kernelize. 10 years ago
Seon-Wook Park 15ea401087 spatialGradient: Move vector decl into loop 10 years ago
Seon-Wook Park db0cc56c52 spatialGradient: Re-introduce 2-rows at a time 10 years ago
Seon-Wook Park f958f29c55 spatialGradient: Suppress uninitialised j warnings 10 years ago