1854 Commits (d25cbaaba8f78699707960738e8e02787ae7fb4b)

Author SHA1 Message Date
Alexander Alekhin 89bb028bfc imgproc(ocl): don't use doubles to process float data 7 years ago
Vitaly Tuzov e8caa9b5c0 removed unused interpolateLinear 7 years ago
Vitaly Tuzov b1f46b6d69 Move resize implementation to separate file 7 years ago
Alexander Alekhin e3b12bdb59 imgproc(ocl): eliminate div by zero in Canny 7 years ago
Vladislav Sovrasov 91e56abcf1 imgproc: disable buggy inplace processing in convexHull 7 years ago
Pavel Vlasov a57718e1ac ICV2017u3 package update; 7 years ago
berak e7b9cfa8f2 imgproc:fix winSize in createHanningWindow() 7 years ago
KUANG, Fangjun 4bbe67451d fix some typos in the documentation. 7 years ago
Jiri Horner bb6496d9e5 Merge pull request #8951 from hrnr:akaze_part2 7 years ago
Alexander Alekhin caa5e3b4c5 imgproc: fix vectorized code of accumulate 7 years ago
Rostislav Vasilikhin 70b984434d RGB2Lab_f and trilinear interpolation code are in separate branch; cubeRoot(x) instead of std::pow(x, 1.f/3.f) 8 years ago
Alexander Alekhin 4bb4a349c9 imgproc: fix warp optimizations 8 years ago
Rostislav Vasilikhin 4b75be801e initial version of Lab2RGB_f tetrahedral interpolation written 8 years ago
Alexander Alekhin a4a47b538c build: detect Android via '__ANDROID__' macro 8 years ago
Tomoaki Teshima e7d5dbfec0 dispatch accumulate series 8 years ago
Vitaly Tuzov 526d1d6db1 AVX optimized implementation of undistort migrated to separate file 8 years ago
Rostislav Vasilikhin aa621d6f3c magic constants explained 8 years ago
Rostislav Vasilikhin 704c688225 OCL code fixed, fix for NEON added 8 years ago
Rostislav Vasilikhin 6c71988c54 RGB2Luv_f: R, G, B limited to [0, 1] 8 years ago
Rostislav Vasilikhin 82811d0706 Luv: singularities fixed 8 years ago
wzw 635342ab73 ocl_calcHist1: Use proper local size for merge_histogram kernel 8 years ago
Vitaly Tuzov fadf25acd6 SSE4_1 optimized implementation of resize and warp functions migrated to separate file 8 years ago
Vitaly Tuzov 4d0f789e0a AVX optimized implementation of separable filters migrated to separate file 8 years ago
Vladislav Sovrasov 42936d3227 imgproc: fix MORPH_HITMISS operation when kernel has no negative values 8 years ago
Tony Lian c8783f3e23 Merge pull request #9075 from TonyLianLong:master 8 years ago
Vitaly Tuzov 3681dcef1a AVX optimized implementation of resize and warp functions migrated to separate file 8 years ago
Maksim Shabunin 1f23202ad8 Issues found by static analysis (5th round) 8 years ago
Alexander Alekhin cdf2a59afa canny: disallow broken inplace arguments 8 years ago
Maksim Shabunin e0393f8557 Fixed some issues found by static analysis (4th round) 8 years ago
Vitaly Tuzov 1ed9a58b64 AVX optimized implementation of Harris corner detector migrated to separate file 8 years ago
Maksim Shabunin a769d69a9d Fixed several issues found by static analysis 8 years ago
Vadim Pisarevsky 8b3d6603d5 another round of dnn optimization (#9011) 8 years ago
Maksim Shabunin 32d4af36e2 Fixing some static analysis issues 8 years ago
Alexander Alekhin 006966e629 trace: initial support for code trace 8 years ago
Vitaly Tuzov 3d7fd4132b Fixed clipLine evaluation for very long lines 8 years ago
Tomoaki Teshima 5ad3ddc1b6 suppress warning 8 years ago
Vitaly Tuzov 2de1aac665 Updated alignment declarations to CV_DECL_ALIGNED macro 8 years ago
Vitaly Tuzov 59373a1ae1 AVX and SSE optimizations for resize NN 8 years ago
Woody Chow f743603b0a Fallback to single threaded version of IPP gaussian blur / bilateral filter when the mutlithreaded version cannot be called. 8 years ago
Woody Chow d22fb5f949 Multithread IPP gaussian blur 8 years ago
Vitaly Tuzov 1d62a025b3 Moved size restrictions for OpenVX processed images to corresponding cpp files 8 years ago
Vadim Pisarevsky 6473018d69 eliminated trailing whitespaces 8 years ago
mschoeneck 4a4d94f266 Merge pull request #8694 from mschoeneck:Canny 8 years ago
Vadim Pisarevsky 883d925f59 replaced SSE2 code with universal intrinsics; improved accuracy of the box filter; it should now be bit-exact 8 years ago
Alexander Alekhin c5e9d1adae macro for static analysis tools 8 years ago
chacha21 7763a86634 restored memset optimization 8 years ago
Vladislav Sovrasov bfc4eb31cb imgproc: fix BGRA2BGRA conversion 8 years ago
chacha21 fa4fd48072 Drop best optimizations to reduce code size 8 years ago
Michele Cancilla 9405c6d206 Improvement of array of equivalences’ upper bound + fix some wrong comments 8 years ago
Pavel Vlasov 11c2ffaf1c Update for IPP for OpenCV 2017u2 integration; 8 years ago