2172 Commits (7837ae0e197f5a36229d6e5b05e52c4a349e3e94)

Author SHA1 Message Date
Pavel Vlasov 40b2dfae09 Fix for filter2D and IPP < 900 10 years ago
Aman Verma 411be4fde8 Fix for #5481, removing repeated/useless assignment in contours.cpp 10 years ago
Pavel Vlasov 89eee6ca99 Fixes for IPP integration: 10 years ago
berak f2decec3e8 fix zero length std::string in putText() 10 years ago
Aman Verma dff7037156 Adding fix for issue 5451 "putText fails with empty std::string" 10 years ago
StevenPuttemans 587dca9b1c adding markers to OpenCV 10 years ago
Pavel Vlasov e837d69f8f IPPInitSingelton was added to contain IPP related global variables; 10 years ago
Pavel Vlasov 62854dcc0d Enables support of IPP 9.0.0; 10 years ago
Pavel Vlasov 14b006e808 IPP_VERSION_X100 was changed to: 10 years ago
Pavel Vlasov 2177c7c5a8 Some IPP functions were encapsulated; 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 3f3e6ba739 Update min_enclosing_triangle.cpp 10 years ago
Suleyman TURKMEN c63f443bba Update drawing.cpp 10 years ago
Maksim Shabunin 771af4f32d Some changes to support mingw-w64 10 years ago
Wenju He 67ca143a0b fix adaptiveThreshold mean 10 years ago
Alexander Alekhin 4eef486afe tapi: datarace fixup for cvtColor 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
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
Seon-Wook Park 62cad09c64 spatialGradient: Process 1 row at a time in SSE 10 years ago
Seon-Wook Park 8a21726ae5 spatialGradient: Remove an unnecessary branch in nosse code 10 years ago
Seon-Wook Park febd0f14c6 spatialGradient: Don't dynamically alloc C array, use vector 10 years ago
Seon-Wook Park f92e2ed57a spatialGradient: Make nosse version faster 10 years ago
Seon-Wook Park 7b01e32fe8 spatialGradient: HAL-accelerated 10 years ago
Seon-Wook Park 6803d1ed28 Support non continuous, BORDER_REPLICATE 10 years ago
LaurentBerger ca0114228c In adaptiveThreshold ADAPTIVE_THRES_GAUSSIAN_C gaussianBlur is computed using float 10 years ago
Pavel Vlasov e02195b3dc Accidentally removed tegra checks were returned; 10 years ago
Pavel Vlasov 101607a7d0 Imgproc_Hist_MinMaxVal.accuracy fix; 10 years ago
LaurentBerger 56b2b450ce A new constant in adaptivethreshold is created to calculate 10 years ago
Seon-Wook Park 2ff614dfab spatialGradient: Per row in outer loop 10 years ago
Seon-Wook Park 815cd8970d spatialGradient: Remove unnecessary index calculation 10 years ago
Seon-Wook Park f9c4c96663 spatialGradient: Reduce temporary vectors 10 years ago
Seon-Wook Park a2dbd2f10e spatialGradient: Less vector loads 10 years ago
Seon-Wook Park 88bc88125a spatialGradient: Vectorise inner area 10 years ago
Seon-Wook Park 770e742e04 spatialGradient: Add non-SSE version 10 years ago
Seon-Wook Park 11fb1f74cc spatialGradient: Add asserts 10 years ago
Seon-Wook Park 9f1c641199 spatialGradient: Add test class and Sobel proxy method 10 years ago
Dmitry Budnikov a5a21019b2 ipp_countNonZero build fix; 10 years ago
René 3e2515d735 Fix bug in distanceATS_L1_8u and typos. 10 years ago
Vadim Pisarevsky 5a94a95fbf improvements in Haar CascadeClassifier: 1) use CV_32S instead of CV_32F for the integral of squares (which is more accurate and more efficient); 2) skip the window if its contrast is too low 10 years ago