2708 Commits (236f3839699ab8766f691d23e10030f831843df1)

Author SHA1 Message Date
Maksim Shabunin e0603bb45f Fixed several issues found by static analysis tools 6 years ago
Maksim Shabunin c473718bc2 Check for empty Mat in compare, operator= and RNG::fill, fixed related tests 6 years ago
Maksim Shabunin 1da46fe6fb Fixed issues found by static analysis (mostly DBZ) 6 years ago
Alexander Alekhin d5951bc033 build: eliminate GCC8 warnings 6 years ago
Alexander Alekhin 0155851929 imgproc(getPerspectiveTransform): add configuration parameter 6 years ago
Alexander Alekhin 71c6cb9c22 imgproc(getPerspectiveTransform): solve(DECOMP_SVD -> LU) 6 years ago
Alexander Alekhin 2170811e48 imgproc(perf): update getPerspectiveTransform perf test 6 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 6 years ago
gnthibault b46fef327e Fixed Assertin error due to Size.area() overflowing 7 years ago
Vitaly Tuzov 2e22f8e790 Fix for morphologyEx MORPH_HITMISS mode 7 years ago
take1014 4ec9afac57 add imgproc snippets 7 years ago
Vadim Pisarevsky d734e83af0
Hsv2rgb univ intrin (#11637) 7 years ago
Vadim Pisarevsky 7d19bd6c19 Merge pull request #11634 from vpisarev:empty_mat_with_types_2 7 years ago
take1014 229e8b1b18 Correct handling when IPP is enabled 7 years ago
yuki takehara ed207d79e7 Merge pull request #11108 from take1014:hough_4303 7 years ago
yuki takehara 2d5d98ec0f Merge pull request #11551 from take1014:filter2d_10683 7 years ago
Alexander Alekhin 471c17321f improve code quality 7 years ago
shengyu 72d3e14e8f fix wrong indentation on github page (tab to space) 7 years ago
Dmitry Kurtaev 07dc6d2b45 Return a convex hull from rotatedRectangleIntersection 7 years ago
Alexander Alekhin 703f79b757 tests: add "bigdata" tests 7 years ago
Vadim Pisarevsky e0dbe5cfcc
handle huge matrices correctly (#11505) 7 years ago
k-shinotsuka ecb4ea8f76 add universal intrinsics for RGB2HSV_f 7 years ago
k-shinotsuka a5f68e98f4 add universal intrinsics for HLS2RGB_f 7 years ago
Tomoaki Teshima 87a4f4ab3a Merge pull request #11409 from tomoaki0705/fixCLAHEfailure 7 years ago
Alexander Alekhin 9166e6052b imgproc: fixed fixedpoint coding style 7 years ago
Alexander Alekhin 469dc6ac42 imgproc: fix fixed point build 7 years ago
Alexander Alekhin 6b581c4e51 build: unreachable code after CV_Error() (part 2) 7 years ago
Pavel Vlasov a42789f330 IPP morphology with big images hotfix. 7 years ago
Alexander Alekhin 12e8e33144 build: enable -Wimplicit-fallthrough warning for OpenCV modules 7 years ago
Vadim Pisarevsky 7ea5029ae5
Grabcut with frozen models (#11339) 7 years ago
Tomoaki Teshima 98d9369a38 add new comparison to tolerate with rounding error 7 years ago
Vadim Pisarevsky b8b7ca7302
Rewite polar transforms (#11323) 7 years ago
k-shinotsuka b3755ae670 add universal intrinsics for RGB2HLS_f 7 years ago
Alexander Alekhin 59b413c8a1 imgproc(ipp): disable parallel GaussianBlur 7 years ago
Tomoaki Teshima a82e70cd40 remove raw SSE2/NEON implementation from imgwarp.cpp 7 years ago
Tomoaki Teshima a40354d16f use correct name for NVIDIA 7 years ago
Vitaly Tuzov c80a168d9d Updated warpAffine test to ensure bit-exactness for CV_8U (#10921) 7 years ago
Vitaly Tuzov 62cf71002e Bit-exact GaussianBlur performance update (#10898) 7 years ago
Alexander Alekhin d2d9fd6945 build: fix MSVS build problems 7 years ago
shimat 68db42e9be fix LSD test (wrong detector kind) 7 years ago
shimat e172935658 LSD: support vector<Vec4i> lines (#11042) 7 years ago
k-shinotsuka fbdcc0e8e4 add universal intrinsics for HSV2RGB_f 7 years ago
Alexander Alekhin 15837b43ca imgproc: don't call .unlock() on non-holded mutex in houghCircles() 7 years ago
Maksim Shabunin b88609a921 Reduced direct TBB dependencies 7 years ago
Alexander Alekhin 3b15f3e3b9 avoid calling of setNumThreads() to respect user settings 7 years ago
Alexander Alekhin 7f63b31ca8 avoid calling of setNumThreads() to respect user settings 7 years ago
Alexander Alekhin 8a0cc5009e build: eliminate MSVC warning 7 years ago
Alexander Alekhin 5d36ee2fe7 imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
Alexander Alekhin 7f9253ea0a samples: avoid using of legacy C-like API 7 years ago
Tomoaki Teshima 06babf90a5 let the test OCL_ImgprocWarp/Resize.Mat pass on ARM/Aarch64 7 years ago