3209 Commits (0f24d4d2a14d8f79eaa4ca0710d7770aeeb833f2)

Author SHA1 Message Date
Vitaly Tuzov a202dc9a90 threshold() reworked to use wide universal intrinsics 6 years ago
Brad Kelly 0165ffa90d Implementing AVX512 support for 3 channel cv::integral for CV_64F 6 years ago
Vitaly Tuzov 012e43de4b Morphology reworked to use wide universal intrinsics 6 years ago
Vitaly Tuzov ea882d58c6 Added CV_ALWAYS_INLINE macro 6 years ago
catree d745af6763 Add Matplotlib Perceptually Uniform Sequential colormaps (viridis, plasma, inferno, magma, cividis, twilight and twilight shifted). 6 years ago
Vitaly Tuzov 7beb24553a Speedup filter2d by loop unrolling 6 years ago
Alexander Alekhin c0e11bb50e imgproc: revert "Speedup filter2d by loop unrolling" 6 years ago
Vitaly Tuzov 124011c321 Speedup filter2d by loop unrolling 6 years ago
Vitaly Tuzov 131c09cf76 Fixed medianBlur implementation for hi-resolution images 6 years ago
Vitaly Tuzov 06f32e3b3e Reworked separable filter to use wide universal intrinsics 6 years ago
vishwesh5 3eb2c940de
Fix Scharr and Sobel functions 6 years ago
Rostislav Vasilikhin 493611ace5 Merge pull request #13440 from savuor:rgb_wide 6 years ago
Rostislav Vasilikhin d99a4af229 Merge pull request #13379 from savuor:color_5x5 6 years ago
Vitaly Tuzov 3903174f7c Merge pull request #13334 from terfendail:histogram_wintr 6 years ago
Namgoo Lee 83c7dfb6a4 Fix error in LineIterator example code in doc 6 years ago
Alexander Alekhin 2d5ccc7b3e imgproc(resize): update checks (static analyzers) 6 years ago
Alexander Alekhin 4e29e2fc7d imgproc(test): fix resize bitexact test 6 years ago
Alexander Alekhin 5ed7d5a5d9 imgproc: local "CV_Assert(totalSampleCount > 0)" check 6 years ago
Alexander Alekhin 83c8214b38 eliminate build warnings 6 years ago
Vitaly Tuzov e991e05b9b Added anonymous namespace to perf_contours 6 years ago
Vitaly Tuzov e9e8bf4b81 Added performance tests for findContours 6 years ago
Vitaly Tuzov e1a2c034e8 Updated findContours to use wide universal intrinsics 6 years ago
Alexander Alekhin f6ee03471d imgproc: use Matx23d as result type of getRotationMatrix2D() call 6 years ago
Alexander Alekhin a574788e89 move legacy C-API constants into separate files 6 years ago
Vitaly Tuzov 9ad1a84853 Unrolled bilateral filter neighbor processing loop 6 years ago
Vitaly Tuzov f5b6bea2d4 Raised bilateralFilter processing precision for CV_32F matrices containing NaNs 6 years ago
Alexander Alekhin 42742727d6 imgproc(ocl): fix morph generic filter checks 6 years ago
Vitaly Tuzov 2dd98e7cc6 bilateralFilter implementation moved to separate file 6 years ago
Vadim Pisarevsky 841741aa52
significantly reduced OpenCV binary size by disabling IPP in some funcs (#13085) 6 years ago
Vadim Pisarevsky 8f15a609af
mostly removed obsolete C API from calib3d (at least at the interface level) (#13081) 6 years ago
Vitaly Tuzov 28fd967148 Updated bilateralFilter implementations to use wide universal intrinsics 6 years ago
Vadim Pisarevsky 11eafca3e2
removed C API in the following modules: photo, video, imgcodecs, videoio (#13060) 6 years ago
tompollok 2da56d5af6 refactoring catching all exceptions as const ref 6 years ago
Alexander Alekhin b74b05d1b3 Revert CV_TRY/CV_CATCH macros 6 years ago
Vitaly Tuzov e5d7f446d6 Merge pull request #13056 from terfendail:box_wintr 6 years ago
lqy123000 cceeca3052 Merge pull request #12916 from lqy123000:bugfix_templmatch 6 years ago
Suleyman TURKMEN 182f43b6f9 Update imgproc.hpp 6 years ago
Vitaly Tuzov 877de883b0 medianBlur() implementation moved to separate file 6 years ago
Vitaly Tuzov 0fda551dbc Updated medianBlur implementations to use wide universal intrinsics 6 years ago
Vadim Pisarevsky 0f622206e4
completely new C++ persistence implementation (#13011) 6 years ago
Suleyman TURKMEN 4d0ed5c13c Merge pull request #12971 from sturkmen72:upd_imgproc_hpp 6 years ago
Rostislav Vasilikhin fa91d621fa Merge pull request #12876 from savuor:color_rgb2rgb_wide 6 years ago
Maksim Shabunin e6d9486a6c Fixed several issues found by static analysis 6 years ago
Maksim Shabunin 0ccd810738 Fixed several issues found by static analysis 6 years ago
maver1 e397434cb6 Merge pull request #12877 from maver1:3.4 6 years ago
Vadim Pisarevsky ea31c09384
rewrote the line segment intersection function to make the static analyzer happy (#12902) 6 years ago
Michał Janiszewski c8e6ce304f Catch exceptions by const-reference 6 years ago
tompollok 0b77600718 change area() emptiness checks to empty() 6 years ago
take1014 24af70c7e0 resolves 11283 6 years ago
Sayed Adel 9dc1d388af imgproc: Enable VSX on pyrDown & pyrUp 6 years ago