2643 Commits (70b6c1f29e5bfb5e23541ecdf3b21ce59fd4f4ab)

Author SHA1 Message Date
yuki takehara 41f8e788b2 Merge pull request #11083 from take1014:lsd_#9363 7 years ago
Rostislav Vasilikhin 64916d3d83 Merge pull request #10869 from savuor:color_cpp_split 7 years ago
Tomoaki Teshima 640d77be25 let the performance tests of WarpPerspective pass 7 years ago
Tomoaki Teshima 9079d9ce17 let the test OCL_Filter/Bilateral pass 7 years ago
Tomoaki Teshima 8fd1bbde76 fix test error on Tinker Board (OpenCL on Arm platform) 7 years ago
Florian Echtler 6a8f57e5d7 Merge pull request #10081 from floe:java-camera2-view 7 years ago
Alexander Alekhin c020a7bb67 build: portable integer types 7 years ago
luz.paz d05714995c Misc. modules/ cont. pt2 7 years ago
Alexander Alekhin fad3a6bf15 ocl: disable Laplacian5 and sepFilter2D_SinglePass kernels for AMD OpenCL 7 years ago
take1014 03407a9da0 Merge pull request #10646 from take1014:master 7 years ago
Alexander Alekhin 44d7435a48 build: eliminate calls of removed functionality from C++17 7 years ago
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 7 years ago
Rostislav Vasilikhin 1055f9d208 Merge pull request #10757 from savuor:test_hist_renew 7 years ago
Harshal Nishar 384fa95680 Fix in Canny when Sobel apertureSize is 7 (#10743) 7 years ago
sergeybe 2266a8c85f fix FindContours default offset for CV_LINK_RUNS method 7 years ago
Aditya Rohan ccea0a831a Merge pull request #10732 from Riyuzakii:10598 7 years ago
LaurentBerger 2ebf4e084a solve issue #10687 7 years ago
Vitaly Tuzov 12ea8477a3 bitexact gaussianblur implementation (#10345) 7 years ago
Woody Chow 20b3261204 Propagate calculated Gaussian kernel size(ref). Otherwise, ipp_GaussianBlur will fail if user doesn't specify a kernel size. (#10579) 7 years ago
Maksim Shabunin 8b87c4b96a Fixed several warnings produced by clang 6 and static analyzers 7 years ago
woody.chow f5d9a2a9c1 Parallelize initUndistortRectifyMap 7 years ago
Suleyman TURKMEN dcd4f8f5db Update documentation 7 years ago
Philipp Hasper 6032d86e23 Added getFontScaleFromHeight() 7 years ago
Alexander Alekhin 116c8d0ddf build: eliminate warnings 7 years ago
victor-ludorum ad23c10600
Updating rotcalipers.cpp to resolve issue #10096 7 years ago
Tom Becker 592f8d8c1b Merge pull request #10232 from TomBecker-BD:hough-many-circles 7 years ago
Vitaly Tuzov 5fdb42a7c9 Added fallback to generic linear resize in case bit-exact resize of provided matrix isn't supported 7 years ago
Ce Zheng 602b08d9c7
Update resize inline comments 7 years ago
Vitaly Tuzov 019162486c Disabled universal intrinsic based implementation for bit-exact resize of 3-channel images 7 years ago
Tomoaki Teshima fe7b3f1228 clean up the code 7 years ago
Vitaly Tuzov b6fe4cc807 Added performance tests for linear resize of 2 and 3-channel images 7 years ago
Alexander Alekhin 813ff37967 imgproc(ocl): fix RGB2RGBA kernel out of range access 7 years ago
Vitaly Tuzov 1eb2fa9efb Added universal intrinsics based implementations for CV_8UC2, CV_8UC3, CV_8UC4 bit-exact resizes. 7 years ago
elenagvo b0e9d76ced HAL for canny 7 years ago
Maksim Shabunin 1033f2b1bd Fixed 3 issues found by static analysis 7 years ago
Alexander Alekhin d5f152494b fix file names 7 years ago
Vitaly Tuzov 51cb56ef2c Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 7 years ago
Maksim Shabunin 7349b8f5ce Build for embedded systems 7 years ago
Elena Gvozdeva 6185f7209e Merge pull request #10172 from ElenaGvozdeva:eg/HAL_sobel 7 years ago
Christof Kaufmann 9c5b231b2d doc: Add type restriction note for geometric transformations 7 years ago
Juha Reunanen 5b41599911 Fix pointPolygonTest for large coordinate values (#10222) 7 years ago
Vadim Pisarevsky 5ce38e516e Merge pull request #10223 from vpisarev:ocl_mac_fixes 7 years ago
elenagvo 7bfb38055c remove matrix release 7 years ago
elenagvo 81519537ae fix the parameters order 7 years ago
elenagvo 0f12351a41 fix accelerators order 7 years ago
elenagvo 7aadbc9607 remove complex data structs 7 years ago
elenagvo ce65975625 call HAL for GaussianBlur is fixed 7 years ago
elenagvo a25c443d1f add perf test for boxFilter CV8U to CV16U 7 years ago
elenagvo c2c7333107 add hal for GaussianBlur 7 years ago
elenagvo cb9e110adb add HAL for BoxFilter 7 years ago