1931 Commits (e8742be30bcaf9ff1787a484c2a62d9901618153)

Author SHA1 Message Date
Pavel Vlasov 2b27f7dbb3 Fixed warnings for IPP9+ build; 9 years ago
Pavel Vlasov 7375383d26 Canny IPP Sobel getBufferSize wrong func fix; 9 years ago
Pavel Vlasov 9acf93b7c6 IPP Sobel getBufferSize wrong func fix; 9 years ago
Ariel Bernal cc903d0605 Fix for #5590. OpenCL BilateralFilter implementation failes to 9 years ago
Pavel Vlasov 5ae3693567 Condition update for 8u IPP in GaussianBlur. Bug was fixed in 9.0.1; 9 years ago
Lorena García 7cff60f4f6 Changed src matrix complement computation 9 years ago
Lorena García fb03330ea3 Fixed CV_Assert 9 years ago
Rodrigo Benenson 0ef7387298 mush -> must 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
Suleyman TURKMEN 51e687f7a9 Update imgproc.hpp 9 years ago
Bovaz 7be3d3ab2c sqrtf to std::sqrt 9 years ago
Matteo Piovanelli 216baf5b11 Speedup of arcLength 9 years ago
Lorena García 33f77774c5 Hit&Miss morphological operation 9 years ago
Pavel Vlasov 40b2dfae09 Fix for filter2D and IPP < 900 9 years ago
Aman Verma 411be4fde8 Fix for #5481, removing repeated/useless assignment in contours.cpp 9 years ago
Pavel Vlasov 89eee6ca99 Fixes for IPP integration: 9 years ago
berak f2decec3e8 fix zero length std::string in putText() 9 years ago
Aman Verma dff7037156 Adding fix for issue 5451 "putText fails with empty std::string" 9 years ago
StevenPuttemans 587dca9b1c adding markers to OpenCV 9 years ago
Pavel Vlasov e837d69f8f IPPInitSingelton was added to contain IPP related global variables; 9 years ago
Pavel Vlasov 62854dcc0d Enables support of IPP 9.0.0; 9 years ago
Pavel Vlasov 14b006e808 IPP_VERSION_X100 was changed to: 9 years ago
Pavel Vlasov 2177c7c5a8 Some IPP functions were encapsulated; 9 years ago
Vitaly Tuzov 4a0152c731 Resize area result verification moved to the separate function 9 years ago
Vitaly Tuzov 7d245e0f29 Added more resize_area tests to ensure right rounding behavior for half and quarter downscaling 9 years ago
Philip Salvaggio fcf971bded Improved documentation for connectedComponentsWithStats. 9 years ago
Ilya Lavrenov d81a0df489 fixed memory leak caused by illegal memory access 9 years ago
Ilya Lavrenov e7ac52d17a fixed "Conditional jump or move depends on uninitialised value" warning 9 years ago
Ilya Lavrenov 7e26cf569f typo 9 years ago
Ilya Lavrenov 5547398786 fixed memory leaks in warpAffine tests 9 years ago
Ilya Lavrenov 7eba9055e0 fixed memory leaks in floodfill tests 9 years ago
Ilya Lavrenov 2a8ef1d065 fixed memory leaks in cvtyuv tests 9 years ago
Ilya Lavrenov 11981c31f0 fixed valgrind warning in polylines 9 years ago
Tsukasa Sugiura cd13b30fde Fix LineAA in case of 4 channel 9 years ago
Roman Donchenko e1be6d0888 Refactor a section of icvRotatingCalipers to work around a GCC bug 9 years ago
Suleyman TURKMEN c63f443bba Update drawing.cpp 9 years ago
Maksim Shabunin 771af4f32d Some changes to support mingw-w64 9 years ago
Suleyman TURKMEN f660461bb3 documentation patch 9 years ago
Lorena García 9d01818e8a Small update of Colormap documentation 9 years ago
Wenju He 67ca143a0b fix adaptiveThreshold mean 9 years ago
LaurentBerger a64d096369 remove test 9 years ago
Alexander Alekhin 4eef486afe tapi: datarace fixup for cvtColor 9 years ago
Maksim Shabunin 14d7b38613 Fixing GCC 4.9 warnings 9 years ago
Josh Klontz beed99dbc1 fixed conditional compilation of RGB2Gray<ushort> template specialization 9 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