3000 Commits (6d3502833f85f0ea97817942498fe662abdf7175)

Author SHA1 Message Date
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
elenagvo 73ac5321f5 fix threshold HAL 7 years ago
elenagvo 762138e77e define adaptiveMethod and thresholdType for HAL 7 years ago
Alexander Alekhin 0ed3209b00 ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
elenagvo c95bc0c7fd add HAL for threshold 7 years ago
elenagvo 11ddb9332c add HAL for adaptiveThreshold 7 years ago
Vadim Pisarevsky ec076bfba3
Update imgproc.hpp 7 years ago
elenagvo 5d0a8d2aaf fix the parameters order 7 years ago
Maksim Shabunin 1c46034166 Other buffers 7 years ago
Maksim Shabunin 2178c5e95e init ABtoXZ 7 years ago
Maksim Shabunin b3018ba89e LUV tables 7 years ago
Maksim Shabunin e75056a084 static init 7 years ago
Maksim Shabunin 51fc891a5c cvtColor: fixed tables init, moved some tables to heap 7 years ago
Rostislav Vasilikhin 397b57dd72 Merge pull request #10041 from savuor:RevHoughWorks 7 years ago
elenagvo 3a09da71d8 add HAL for medianBlur 7 years ago
elenagvo 20c08eab73 change border type for medianBlur to BORDER_ISOLATED 7 years ago